pradeep-mishra / csvjson

csv to json
MIT License
59 stars 22 forks source link

Line Breaks break Parser #22

Closed Cleanshooter closed 6 years ago

Cleanshooter commented 6 years ago

If there are line breaks in a double quoted .csv field the parser splits the output on the line breaks as well as the commas resulting in really messed up objects.

flpelluz commented 6 years ago

Happening also on normal .csv, no need for it to be double quoted.

pradeep-mishra commented 6 years ago

closing it.