www.csvreader.com

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.

[Visual Basic]
Public Property SkipEmptyRecords As Boolean
[C#]
public bool SkipEmptyRecords {get; set;}

See Also

CsvReader.UserSettings Class | DataStreams.Csv Namespace