| CsvReaderUserSettingsSkipEmptyRecords 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.
Default is true.
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public bool SkipEmptyRecords { get; set; }
Public Property SkipEmptyRecords As Boolean
Get
Set
Property Value
Type:
BooleanSee Also