in reply to Commas in quoted CSV records

Hi,
TIMTOWTDI
DBD::CSV provides SQL access to a csv file (read and write) and will take care of the commata.
Regards,
svenXY

Replies are listed 'Best First'.
Re^2: Commas in quoted CSV records
by generator (Pilgrim) on Mar 25, 2009 at 22:10 UTC
    Thanks for the comment.
    I'm looking forward to working with the various DB (modules|packages) as I'm more comfortable with SQL than I am with PERL.
    I'm a system integrator and started working with PERL because the export/import tools provided by the vendors are primitive.
    I'm hoping to start directly pulling data from the databases using the DB modules and ODBC connections but for right now that layer of complexity is a little out of my reach.
    Thanks again for your suggestion.
    ---------
    generator