Skip to content

Commit 4271a62

Browse files
authored
dumpling: clarify description about --csv-separator (#22098) (#22102)
1 parent 1a48f7d commit 4271a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumpling-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ SET GLOBAL tidb_gc_life_time = '10m';
411411
| `--cert` | The address of the client certificate file for TLS connection |
412412
| `--key` | The address of the client private key file for TLS connection |
413413
| `--csv-delimiter` | Delimiter of character type variables in CSV files | '"' |
414-
| `--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| ',' | ',' |
414+
| `--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'`. | ',' |
415415
| `--csv-null-value` | Representation of null values in CSV files | "\\N" |
416416
| `--escape-backslash` | Use backslash (`\`) to escape special characters in the export file | true |
417417
| `--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)