in reply to Read CSV with column mapping
Have you looked at Text::CSV_XS? It can read CSV files and convert them to hashrefs respecting the headers.
Maybe when you have written the code, you can post the relevant parts here if you still need help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Read CSV with column mapping
by coretele (Novice) on Dec 14, 2018 at 22:01 UTC | |
by Corion (Patriarch) on Dec 14, 2018 at 22:44 UTC | |
by coretele (Novice) on Dec 16, 2018 at 02:11 UTC | |
by huck (Prior) on Dec 16, 2018 at 06:15 UTC | |
by AnomalousMonk (Archbishop) on Dec 16, 2018 at 06:31 UTC | |
by coretele (Novice) on Dec 16, 2018 at 17:59 UTC | |
|