Skip to content

Commit 6064f28

Browse files
hfxsdti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#22098
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 680ab1a commit 6064f28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dumpling-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,11 @@ SET GLOBAL tidb_gc_life_time = '10m';
360360
| `--cert` | The address of the client certificate file for TLS connection |
361361
| `--key` | The address of the client private key file for TLS connection |
362362
| `--csv-delimiter` | Delimiter of character type variables in CSV files | '"' |
363+
<<<<<<< HEAD
363364
| `--csv-separator` | Separator of each value in CSV files. It is not recommended to use the default ‘,’. It is recommended to use ‘\|+\|’ or other uncommon character combinations| ',' | ',' |
365+
=======
366+
| `--csv-separator` | Separator for each value in CSV files. If your data contains commas, it is recommended to use a combination of uncommon characters as the separator. Invisible characters are also supported, for example: `--csv-separator $'\001'`. | ',' |
367+
>>>>>>> 445d5c8402 (dumpling: clarify description about `--csv-separator` (#22098))
364368
| `--csv-null-value` | Representation of null values in CSV files | "\\N" |
365369
| `--escape-backslash` | Use backslash (`\`) to escape special characters in the export file | true |
366370
| `--output-filename-template` | The filename templates represented in the format of [golang template](https://golang.org/pkg/text/template/#hdr-Arguments) <br/> Support the `{{.DB}}`, `{{.Table}}`, and `{{.Index}}` arguments <br/> The three arguments represent the database name, table name, and chunk ID of the data file | '{{.DB}}.{{.Table}}.{{.Index}}' |

0 commit comments

Comments
 (0)