You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just spent awhile trying to figure out why my CSV file was not being read properly after creating a reader with new CsvReader($file);. It took awhile for me to figure out the CsvReader's constructor has a default delimiter of ';'. I find it bizarre that a CSV (aka Comma Separated Value) reader uses a semi colon instead of a comma. Is this not a bug?
The text was updated successfully, but these errors were encountered:
Hello,
I just spent awhile trying to figure out why my CSV file was not being read properly after creating a reader with new CsvReader($file);. It took awhile for me to figure out the CsvReader's constructor has a default delimiter of ';'. I find it bizarre that a CSV (aka Comma Separated Value) reader uses a semi colon instead of a comma. Is this not a bug?
The text was updated successfully, but these errors were encountered: