So You Want to Write Your Own CSV code
tburette.github.io
So You Want to Write Your Own CSV code
1–10 of 127 posts
Re: So You Want to Write Your Own CSV code
#2Re: So You Want to Write Your Own CSV code
#3Re: So You Want to Write Your Own CSV code
#4So, which library? CSV is a mess.
It would be awesome if someone made a table with CSV features in one dimension and application/library behaviour in the other.
Re: So You Want to Write Your Own CSV code
#5So, which library? CSV is a mess.
No idea. I've been bitten by a library that turned out well into a project to have pernicious flaws. It would be awesome if someone made a table with CSV features in one dimension and application/library behaviour in the other.
Re: So You Want to Write Your Own CSV code
#6Re: So You Want to Write Your Own CSV code
#7Re: So You Want to Write Your Own CSV code
#8Why are people using CSV when better (and less fuzzily defined) solutions exist, such as JSON?
Re: So You Want to Write Your Own CSV code
#9Why are people using CSV when better (and less fuzzily defined) solutions exist, such as JSON?
Re: So You Want to Write Your Own CSV code
#10Why are people using CSV when better (and less fuzzily defined) solutions exist, such as JSON?
Importing into excel is probably a big reason.
CSV is bullshit, it's not good for anything except scenarios where you control both the export process, and the parser (so you know what delimiter is used and so on).