IgnoreBlankRows
Specifies whether the provider skips blank rows when reading data from text files.
データ型
bool
デフォルト値
false
解説
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.