ricardobeat / TSV

A simple javascript TSV/CSV parser.
21 stars 19 forks source link

CSV stringify doesn't escape commas #6

Closed snomiao closed 4 years ago

snomiao commented 4 years ago

image

ricardobeat commented 4 years ago

@snomiao thanks a lot for opening an issue. I'd love to fix this but there are way better options for parsing CSV these days like papaparse; fixing this means writing an actual parser and I don't have a good reason to do that!

Clearly this did not work, I'll add a deprecation notice to the README.