...
Option | Description |
---|---|
Ignore errors? | Enable if you want to ignore errors during parsing |
Skip error lines | Enable if you want to skip those lines that contain errors. You can generate an extra file that contains the line numbers on which the errors occurred. Lines with errors are not skipped, the fields that have parsing errors, will be empty (null) |
Error count field name | Add a field to the output stream rows; this field contains the number of errors on the line |
Error fields field name | Add a field to the output stream rows; this field contains the field names on which an error occurred |
Error text field name | Add a field to the output stream rows; this field contains the descriptions of the parsing errors that have occurred |
Warnings file directory | When warnings are generated, they are placed in this directory. The name of that file is <warning dir>/filename.<date_time>.<warning extension> |
Error files directory | When errors occur related to non-existing or non-accessible files, they are placed in this directory. The name of the file is <errorfile_dir>/filename.<date_time>.<errorfile_extension> |
Failing line numbers files directory | When a parsing error occurs on a line, the line number is placed in this directory. The name of that file is <errorline dir>/filename.<date_time>.<errorline extension> |
...