in reply to
Export MySQL table to CSV file?
Correct me if I'm wrong, but I think that you want mysqldump's
--fields-terminated-by=
char
flag as well as
--fields-escaped-by=
char
.
()-() \"/ `
Comment on
Re: Export MySQL table to CSV file?
In Section
Seekers of Perl Wisdom