IgnoreBlankRows
Specifies whether the provider skips blank rows when reading data from text files.
Data Type
bool
Default Value
false
Remarks
When this property is set to true, the connector ignores blank or empty rows while reading data. When set to false, blank rows are included as empty records in the result set.
This property is useful for preventing empty lines in a file from being interpreted as records during import.