Skip to content

Commit

Permalink
lightning: update configure about backslash (#4068) (#4207)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Co-authored-by: 3pointer <luancheng@pingcap.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 6, 2020
1 parent 8167d5c commit 955c412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-lightning/migrate-from-csv-using-tidb-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ trim-last-separator = false
| `\t` | 制表符 (U+0009) |
| `\Z` | Windows EOF (U+001A) |
其他情况下(如 `\"`)反斜线会被移除,仅在字段中保留其后面的字符(`"`)。
其他情况下(如 `\"`)反斜线会被移除,仅在字段中保留其后面的字符(`"`),这种情况下,保留的字符仅作为普通字符,特殊功能(如界定符)都会失效
- 引用不会影响反斜线转义符的解析与否。
Expand Down

0 comments on commit 955c412

Please sign in to comment.