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.
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