header record |
The header record is always the first line of the data import file. It identifies the path and filenames of the error and log file (separated by a semicolon). The format is the same regardless of the type of batch processing to be performed (insert/modify/delete).
Sample header record:
C:\Directory\import1.err;C:\import1.log<newline>
where:
<import1.err>
is the output file to which errors will be written
<import1.log> is the output file to which transaction logs will be
written
If you provide only a single output file for data import, it will contain both error messages and the data for any transaction that could not be processed because of an error.
_______________