|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Tie::Handle::CSV dynamically detecting header namesby blahblahblah (Priest) |
| on Mar 25, 2009 at 22:55 UTC ( #753279=note: print w/ replies, xml ) | Need Help?? |
|
Text::xSV is worth a look. You can read in the header row, add aliases to those headers, and then fetch the rest of the rows' data by header name/alias. This module has a couple of other features that make it my preferred module for handling unpredictable user-uploaded csv files. It handles multiline data well, it lets you to apply filters to pre-process the data, and it has very easy-to-use error handling.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||