Hacker News new | past | comments | ask | show | jobs | submit login

There's plenty of CSVs that have been produced or will be parsed by

for line in input: ','.join(line)

It's not exactly a problem with "CSV" specifically, but the environment in which it exists.




True, but if you don't trust the code generating the data, then any and every data format is suspect.


It's a thousand times easier to make a malformed "working" CSV than to make a malformed "working" sqlite file.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: