| CPAN Ratings Parse-CSV reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Parse-CSV
Significantly easier to use than Text::CSV.
Unfortunately, it doesn't handle Unicode files correctly (you get a "Failed to parse row" if your data contains characters over 0x7F). RT #32223 suggests this may be due to not passing the binary flag correctly to Text::CSV_XS.
Sadly, this module hasn't been updated since 2006.
Dan Dascalescu - 2011-08-25T18:40:52
I use this module a lot and have found this is the easiest way to parse CSV files. Simple to use, good documentation and fast.
Maurice Height - 2008-01-04T18:20:20
I tried it on a 70,000 line CSV file and it works great. Fast and easy to use. My only complaint was that I still had to load Text::CSV_XS directly to call the "combine" method, so I could spit back out a CSV row in a munged format. Seems more like a "1.0" release than an "0.02".
Mark Stosberg - 2006-09-06T08:46:27
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|