feedhenry / fh-db

Apache License 2.0
1 stars 16 forks source link

Columns w/ commas in surrounding quotes are still split during CSV conversion #6

Closed aliok closed 8 years ago

aliok commented 8 years ago

Reference RHMAP issue: https://issues.jboss.org/browse/RHMAP-7826

a, b, c
"m", "n,o", "p"

is converted as {"a","m", "b":"n", "c":"o"} but it should be {"a","m", "b":"n,o", "c":"p"}.