PushEmptyValuesAsNull
Specifies whether the provider converts empty values to null when reading data.
Data Type
bool
Default Value
false
Remarks
When this property is set to true, the connector treats empty values as null. When set to false, empty values are returned as empty strings.
This property is useful for normalizing blank fields in text files to null values during import.