Hacker News new | ask | show | jobs
by the_only_law 1511 days ago
It gets very nasty at this point especially because I’ve used popular languages who’s CSV parsing libraries were unable to handle some weird quotes properly.
1 comments

What languages? No option to configure any character as quote character or delimiter?
Ruby. Python. Several JavaScript NPM packages. Part of the problem here is the standards around CSVs aren’t consistent, nor are they well respected.

Things get even weirder when you throw non-Latin characters in the mix. May such parsers predate widespread use of UTF-8.

Python I believe was the issue in my case.
RFC 4180!