Specifies how to escape an occurance of system
characters, like the TextQualifier
and Delimiter, inside field values
when required.
Default is Doubled.
Safety caution to prevent the parser from using large amounts of
memory in the case where parsing settings like file encodings don't
end up matching the actual format of a file. This switch can be turned
off if the file format is known and tested. With the switch off, the
max column lengths and max column count per record supported by the
parser will greatly increase. Default is true.
Whether to treat a record with no data as if it wasn't there or not.
When set to true, two consecutive occurances of the record delimiter
will be treated as only one. When set to true, when the reader encounters
an empty record, all fields will contain their corresponding column's
default value.
Default is true.
This event is raised after each record has been read and before
the values have been converted to the destination type. This event
can be used to modify values in a record, add values to a record,
or skip a record entirely.