rubenvar / csv-reader

A browser extension that transforms csv into a readable table, in the same tab
https://chrome.google.com/webstore/detail/csv-reader/dnioinfbhmclclfdbcnlfgbojdpdicde
MIT License
22 stars 3 forks source link

Ignore line returns in a field delimited by quotes #12

Open Clorr opened 2 years ago

Clorr commented 2 years ago

I had a file with text column containing line returns. It break the row and does as if it was a new row.

I think this should be simple to solve, but anyway you did a very good job already !!! Thanks for it !

rubenvar commented 2 years ago

Thanks for the report @Clorr, I'm going to look into it if I can find a dataset to reproduce this

rubenvar commented 2 years ago

I have not been able to reproduce this @Clorr, do you have a csv where this happens that you could share?