Click or drag to resize
CsvDataReaderUserSettingsSkipEmptyRecords Property
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.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool SkipEmptyRecords { get; set; }

Property Value

Type: Boolean
See Also