Alexey
Results
1
comments of
Alexey
Looks like currently there is no way to create IDataReader based on csv without header and read first row: ``` public CsvDataReader(CsvReader csv) { this.csv = csv; csv.Read(); if (csv.Configuration.HasHeaderRecord)...