in reply to Re^2: Comparison of the parsing features of CSV (and xSV) modules
in thread Comparison of the parsing features of CSV (and xSV) modules
Here's an example:
"Smith","John",12/31/1962,"Author of "How to Break Programs" and other books","Bugger"I'm using a series of (somewhat fragile) regexes to change that to:
"Smith","John",12/31/1962,"Author of ""How to Break Programs"" and other books","Bugger"Wally Hartshorn
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Comparison of the parsing features of CSV (and xSV) modules
by tilly (Archbishop) on Jun 18, 2004 at 02:01 UTC | |
|
Re^4: Comparison of the parsing features of CSV (and xSV) modules
by dragonchild (Archbishop) on Jun 15, 2004 at 23:17 UTC | |
by Wally Hartshorn (Hermit) on Jun 16, 2004 at 16:13 UTC | |
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 |