in reply to Best method to load a csv file.
I'm using that module right now on a project I'm working on to load a bunch of CVS files. Some of them, I only load certain fields, some I load everything, some I load everything but then throw away certain fields or load a pair of fields into a hash. Text::CSV::Simple is a great help for all of this...but only on the input side.
Import the CSV files, manipulate them as necessary and then take trammell's suggestion and use the data import function on your database program.
Jack
|
|---|