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
1115 Fax: 1 773 913-0970 - Original Message - From: "David Perron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 1:07 PM Subject: CSV Output > > Im looking for a way to output a file into true CSV format (with quoted > fields)

CSV Output

2004-08-12 Thread David Perron
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! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:htt