nice-json2csv
nice-json2csv copied to clipboard
Certain character breaks CSV delimiter
When rendering CSV if the cell string contained in the double quotes contain some complex combination (e.g. \r \n , " '), it breaks the delimiter and ended up with delimiter being at the wrong spot. Is there any options to specify that I can use to wrap all that in or escape those characters?
I ended up using string library to clean it up.
I think it would be very useful if you could describe the bug in the form of an example:
- input
- expected output
- actual output
Thanks Matteo