scamden / jquery-csv

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

CSVDataError: Illegal State [Row:1][Col:1] #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Try upload the file attached here 
http://jquery-csv.googlecode.com/git/examples/file-handling.html
2.Showing the error  CSVDataError: Illegal State [Row:1][Col:1] in console

Original issue reported on code.google.com by kp.riya...@gmail.com on 3 Jul 2013 at 6:35

GoogleCodeExporter commented 9 years ago
Find the attachment here

Original comment by kp.riya...@gmail.com on 3 Jul 2013 at 6:59

Attachments:

GoogleCodeExporter commented 9 years ago
The parser is for Comma Separated Values.

You can either add commas, or try using the TSV parser found here:
https://code.google.com/p/jquery-tsv/

Original comment by evanpla...@gmail.com on 3 Jul 2013 at 8:21