Time to retire the CSV?
31–40 of 594 posts
Re: Time to retire the CSV?
#32"In favour of what?", that is the matter. CSV is a format more for humans and less for machines, but that is the use case: a format that is good enough to be compiled by humans and read by machines. At the moment there aren't many alternatives.
Objectively, CSV is terrible for humans despite being a plaintext format. No one reads CSVs: they're incomprehensible since the columns are not aligned with the headings. (You might be drawing an analogy with JSON, which is often human readable because it puts the keys right there next to the values). The best that can be said for its simplicity is that it's easy to write code that can dump data out in CSV format (an…
Re: Time to retire the CSV?
#33Re: Time to retire the CSV?
#34Re: Time to retire the CSV?
#35Re: Time to retire the CSV?
#36Re: Time to retire the CSV?
#37"In favour of what?", that is the matter. CSV is a format more for humans and less for machines, but that is the use case: a format that is good enough to be compiled by humans and read by machines. At the moment there aren't many alternatives.
I think this issue can be bypassed if a better format such as Arrow or Parquet can be used in Excel.
Re: Time to retire the CSV?
#38So, question to the greybeards: when this format was coming about, why didn't we use one of the dedicated Data Structure separator control codes (e.g. File/Group/Record/Unit separator) that were part of the ASCII standard?
https://en.wikipedia.org/wiki/C0_and_C1_control_codes#Basic_...
It seems like it would've saved us all several decades of headache.