in reply to Comparison of the parsing features of CSV (and xSV) modules
Great post! I obviously have an interest in this given my recent self-inflicted problems with processing a CSV file. :-)
About the only thing missing from most (all?) of these modules is a way to handle embedded, unescaped delimiter characters. (Wouldn't clean input data be nice? *sigh*) Perhaps setting the delimiter character to the empty string would trigger a separate set of logic that would handle that case. (A delimiter character followed by a separator character or a newline would be a real closing delimiter character, while others would be ignored, perhaps.)
Not that I'm volunteering, of course. :-)
Wally Hartshorn
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Comparison of the parsing features of CSV (and xSV) modules
by dragonchild (Archbishop) on Jun 15, 2004 at 14:17 UTC | |
by Wally Hartshorn (Hermit) on Jun 15, 2004 at 21:14 UTC | |
by tilly (Archbishop) on Jun 18, 2004 at 02:01 UTC | |
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 | |
|