Ticket #427 (new defect)
Opened 13 years ago
Subquotes break the csv-reader
| Reported by: | ebellani@… | Owned by: | neil |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | neil/csv.plt | Keywords: | |
| Cc: | Version: | (1 7) | |
| Racket Version: |
Description
Something like
DATUM1|DATUM2
"A \"X\""|123
breaks the reader with the message:
%csv:make-portreader/positional: Junk after close of quoted field: #\X
Note: See
TracTickets for help on using
tickets.
