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
Original issue reported on code.google.com by
evanpla...@gmail.com
on 6 Jun 2012 at 3:03