Generate from the Load Job window

Use the Generate button in the Load Job window to save time when the format of the data file corresponds to the format of the database table.

When you generate from the Load Job window, ipload makes the following assumptions about the file (or device array) that contains the data:
  • The file is an ASCII file.
  • The file uses the same locale as the database.
  • The file uses a vertical bar (|) for the field delimiter and a new line for the record delimiter.
  • The fields in each record of the file correspond one-to-one to the columns of the target table.
  • All records in the file should be loaded.