Bug #36405 | mysqldump dumping data to CSV, aka --csv option | ||
---|---|---|---|
Submitted: | 29 Apr 2008 16:22 | Modified: | 29 Apr 2008 16:25 |
Reporter: | Geert Vanderkelen | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S4 (Feature request) |
Version: | 6.0 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | Backup, Contribution, csv, mysqldump |
[29 Apr 2008 16:22]
Geert Vanderkelen
[29 Apr 2008 16:25]
Susanne Ebrecht
Verified as described.
[30 Apr 2008 15:02]
Geert Vanderkelen
Patch implementing mysqldump --csv (6.0bk)
Attachment: mysqldump_csv.patch (, text), 17.08 KiB.
[30 Apr 2009 0:52]
Jim Winstead
I wonder if it would make just as much sense to add a --local option to be used in conjunction with --tsv to write the TSV-formatted files locally. The patch doesn't really format CSV correctly -- it will use \ for escaping field values.