|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: Code Misses a Replacementby Xaositect (Friar) |
| on Jul 07, 2005 at 19:48 UTC ( #473210=note: print w/ replies, xml ) | Need Help?? |
|
This may makes things more complicated than you need, but I should point out that most CSV dumps use quotation marks to escape strings that have commas in them. This is something to watch for: some,comma-delniated,"file with a, comma",in the data You might take a look at Text::CSV, you could do something like: (untested) That's pretty simplistic, and won't handle tabs in the data, but you get the idea. Xaositect - Whitepages.com
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||