[MDEV-22200] mysqldump client: --tab export with column names header row Created: 2020-04-09 Updated: 2022-10-27 Resolved: 2022-10-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | 10.11.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Zachary Vance | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Issue Links: |
|
||||||||
| Description |
|
I think
export would be improved if there was an option to export a row of column headers. This is a very standard CSV format. Ex. rather than just the .sql file, you could have an output like:
Perhaps
, which can only be used together with
, would match the style of other options. |
| Comments |
| Comment by Rui Alves [ 2021-10-24 ] |
|
I have submitted the PR #1937 on this issue, which provides a new option --header. |
| Comment by Daniel Black [ 2022-10-26 ] |
|
Thank you very much rmfalves for writing this. |
| Comment by Sergei Golubchik [ 2022-10-26 ] |
|
Quoting fixed in https://github.com/MariaDB/server/commit/768a10d02a |
| Comment by Zachary Vance [ 2022-10-26 ] |
|
Thanks! I think this will make CSV export better |
| Comment by Daniel Black [ 2022-10-27 ] |
|
> Quoting fixed in https://github.com/MariaDB/server/commit/768a10d02a Thanks serg. |