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%
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
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