The data are not in really in CSV format
Closed this issue · 0 comments
cmb69 commented
As is, the =
is treated as CSV delimiter, but actually we have a propritary text format. Thus, we should not give the files a .csv extension, nor should we read them with fgetcsv()
(which has its quirks anyway).
Changing this requires users to rename the files (moved.csv
→ moved.txt
), and in case they have used them with some CSV tools, they would need to remove quotes surrounding the fields, if the tools have inserted those. The need to edit the files seems to be unlikely, though.