#6802 closed defect (fixed)
CSVStore fails on line breaks
Reported by: | guest | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Data | Version: | 1.1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Using the CSVStore I have come across a situation in which, is there is a line break in the data of a field, the CSVStore fails.
The example data I used was the following:
Title, Year, Producer "City of God", 2002, Katia Lund Rain,, Christine Jeffs
In this example the field 'City of God' contains a linebreak but it is quoted so it should appear as one field.
Attachments (2)
Change History (7)
Changed 13 years ago by
Attachment: | CsvStore.js added |
---|
comment:1 Changed 13 years ago by
I believe I have fixed the issue. Reporter, can you test with the above CsvStore? in your environment? It works in mine, but I would like to test with yours as well to be safe. If it looks good for you, I'll generate a proper patch and commit it into dojo.
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
Changed 13 years ago by
Attachment: | dojox.data.CsvStore_20080523.patch added |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Note: See
TracTickets for help on using
tickets.
Updated CsvStore? (entirety) with a fix for reporter to test.