in reply to Re^4: Comparison of the parsing features of CSV (and xSV) modules
in thread Comparison of the parsing features of CSV (and xSV) modules
And, what should the parser do with the following:
"Smith","John",12/31/1962,"Author of "How to Break Programs" and other + books,"Bugger" "Smith","John",12/31/1962,"Author of ""How to Break Programs"" and oth +er books,"Bugger"
"Smith","John",12/31/1962,Author of "How to Break Programs" and other +books,"Bugger" "Smith","John",12/31/1962,Author of ""How to Break Programs"" and othe +r books,"Bugger"
"Smith","John",12/31/1962,'Author of "How to Break Programs" and other + books,"Bugger" (Reject?)
"Smith","John",12/31/1962,'Author of "How to Break Programs" and other + books',"Bugger" (Reject?)
(I haven't encountered any improperly quoted data, just data that doesn't escape embedded delimiters.)
Wally Hartshorn
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Comparison of the parsing features of CSV (and xSV) modules
by dragonchild (Archbishop) on Jun 16, 2004 at 16:37 UTC | |
by Wally Hartshorn (Hermit) on Jun 16, 2004 at 19:37 UTC | |
by dragonchild (Archbishop) on Jun 16, 2004 at 19:59 UTC |