What steps will reproduce the problem?
1. Create a CSV file containing a single row with a single quoted field
2. Load it from Exhibit
What is the expected output? What do you see instead?
One record should be shown. Instead, parsing fails with the message "TypeError:
Cannot read property 'length' of undefined" (in Chrome)
What version of the product are you using? On what browser and what
operating system?
Exhibit trunk.
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko)
Chrome/11.0.696.65 Safari/534.24
Please provide any additional information below.
I've traced the problem to lines 173-178 of tsv-csv-importer.js. The inner loop
increments j past the end of the array it indexes.
Original issue reported on code.google.com by punya.bi...@gmail.com on 19 May 2011 at 7:27
Original issue reported on code.google.com by
punya.bi...@gmail.com
on 19 May 2011 at 7:27Attachments: