> I have a MS Excel exported CSV text file, with , separated values. The > problem now, is that some of the values also contains a , character, and MS > Excel thus put the values in a quote such as: > "blah, blah", blah, "blah, blah, blah" > > How would I go about fixing this little issue?
The standard answer is to use a module (i.e., Text::CSV [http://search.cpan.org/author/ALANCITT/Text-CSV-0.01/CSV.pm]). If you are struggling with something that you think other people have struggled with, especially if it has lots of little gotchas (like parsing CSV/html/xml/filenames/etc), check CPAN for a module. /\/\ark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]