Hacker News new | ask | show | jobs
by mandelbrotwurst 1510 days ago
What languages? No option to configure any character as quote character or delimiter?
1 comments

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!