Gary Yang has asked for the wisdom of the Perl Monks concerning the following question:

I would like to integrate data feed into MySQL database. The data feed format can be XML, CSV, TAB or PIPE. Anyone knows if there are Perl Modules can do this work? Thank you.

Replies are listed 'Best First'.
Re: Perl Modules for Data Feed and MySQL
by Anonymous Monk on Jul 26, 2012 at 06:45 UTC

     [metacpan://xml csv tab pipe sql] -> [mod://DBD::AnyData] - DBI access to XML, CSV and other

    xml csv tab pipe sql -> DBD::AnyData - DBI access to XML, CSV and other