Re: CSV Output

2004-08-12 Thread Japheth Cleaver
At 11:07 AM 8/12/2004, David Perron wrote: Im looking for a way to output a file into true CSV format (with quoted fields) using the Perl DBI. Does anyone know of a way to do this (in either native MySQL or Perl)? Thanks as always! You could try DBD::CSV http://search.cpan.org/search?query=DBD%3A%

RE: CSV Output

2004-08-12 Thread Victor Pendleton
You can use mysqldump with the --fields-terminated by= option. -Original Message- From: David Perron To: [EMAIL PROTECTED] Sent: 8/12/04 1:07 PM Subject: CSV Output Im looking for a way to output a file into true CSV format (with quoted fields) using the Perl DBI. Does anyone know of a

Re: CSV Output

2004-08-12 Thread Eamon Daly
As is the case for all things Perl, CPAN is your answer: http://search.cpan.org/~alancitt/Text-CSV-0.01/CSV.pm NAME Text::CSV - comma-separated values manipulation routines SYNOPSIS use Text::CSV; $version = Text::CSV->version(); # get the module version $cs