http://www.perlmonks.org?node_id=182134


in reply to Import CSV to Database

Absolutely, Perl is an excellent tool for this job.

If I were you, I'd have a look at the standard modules Text::CSV and DBI. Text::CSV is a module that provides easy parsing for comma-separated files. DBI is the DataBase Interface module that gives Perl easy access to databases.

If you would like someone to write the script for you, I'm sure that many monks would be happy to do so for a reasonable fee-- including myself.

stephen