mageddo / javascript-csv

Automatically exported from code.google.com/p/jquery-csv
MIT License
1 stars 1 forks source link

Fields with double-double quote escaping return null. #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The following data isn't parsed properly

What is the expected output? What do you see instead?

The following example data set
{{{
csv = 'foo, bar, "baz", "say, ""hello"""'
$.csv2Array(csv)
}}}
returns
{{{
[ 'foo', 'bar', 'baz, null ]
}}}

Original issue reported on code.google.com by evanpla...@gmail.com on 6 Jun 2012 at 3:03

GoogleCodeExporter commented 8 years ago
Fixed and incorporated into bugfix release 0.61

Original comment by evanpla...@gmail.com on 4 Jul 2012 at 10:56

GoogleCodeExporter commented 8 years ago

Original comment by evanpla...@gmail.com on 5 Sep 2012 at 9:12