mgholam / fastCSV

Fast CSV reader writer in c#
https://www.codeproject.com/Articles/5255318/fastCSV
MIT License
30 stars 3 forks source link

Missing data if hasHeader=false in method fastCSV.ReadFile<> #4

Closed schneidgu closed 3 years ago

schneidgu commented 3 years ago

Hello,

it seems that the method fastCSV.ReadFile() will ignore the first data row in CSV file if hasHeader property is set to false. If the CSV file contains e.g. 5 data rows (without header text row!) you will always retrieve 4 last data objects in CSV file, independent if hasHeader is set tot true or false.

Regards, Guenter

mgholam commented 3 years ago

Should be fixed in v2.0.3