binary-csv icon indicating copy to clipboard operation
binary-csv copied to clipboard

Enhancement: Add option for unescaped quotes in csv

Open steve-ross opened this issue 10 years ago • 0 comments

Would be really nice if you could pass in an option to the parser to NOT try to escape quotes across multiple lines. Ran into this issue when the data feed I received didn't properly escape their double quotes so the parser didn't process the next lines properly. Ie in the example below everything is considered the first row.

ie: row, some item, that is 16" another row, that has something in it, no quotes row3, has another, item with quote that is 12"

steve-ross avatar Jan 07 '14 15:01 steve-ross