Bug #1631 | CSV output | ||
---|---|---|---|
Submitted: | 22 Oct 2003 14:25 | Modified: | 7 Dec 2006 9:33 |
Reporter: | Robert Graf | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 3.x,4.x | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[22 Oct 2003 14:25]
Robert Graf
[7 May 2004 22:05]
Gordon
I would think that instead of having the CSV option specified in the query itself it could be a command-line option for mysql. We already have -H for html output, and -X for xml output, just add another for CSV file format.
[15 Jun 2004 9:13]
Nicolas VÉRITÉ
I think this one is a duplicate : http://bugs.mysql.com/bug.php?id=4058
[7 Dec 2006 9:33]
Sveta Smirnova
This already has been implemented. Use --fields-terminated-by option. See also http://dev.mysql.com/doc/refman/4.1/en/mysqldump.html, http://dev.mysql.com/doc/refman/4.1/en/mysqlimport.html and http://dev.mysql.com/doc/refman/4.1/en/load-data.html