Closed Write closed 3 months ago
Hi,
Thank you for your bug report.
In your case, the first row has no commas, indicating that the file has only one column. However, the second row has two commas, suggesting that it has three columns. This inconsistency is causing the application to panic. Additionally, please note that the default separator is a comma ,
.
Hi,
I tried this simple CSV, where the first line is the header. It seems to crash every time if I'm not setting the separator explicitly.
CSV file is using ";" as spearator.
Specifying the separator explicitly in the command line arguments make it works.