rmasy / rebioma

Automatically exported from code.google.com/p/rebioma
0 stars 0 forks source link

Accept the absense of null field quantifier when uploading #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download a csv (used myOccurence)
2. Open with openOffice
3. Resave the csv file thru openOffice (after or without changes)
4. Re-upload the csv file.
5. Obtained error msg "Upload Failed due to Exception:"String index out of
range: 0""

What is the expected output? What do you see instead?
Upload successfully.

The problem is that when downloading a file, every null field is wrapped
around by "" but when re-saving it thru something like openOffice, the
quotations disappear, hence, the parser has to accept null fields without
quotations.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by berna...@gmail.com on 24 Nov 2008 at 8:53

GoogleCodeExporter commented 9 years ago
fixed in r1123

Original comment by Tri...@gmail.com on 24 Nov 2008 at 8:58