Skip to content

Commit

Permalink
lightning: update configure about backslash (pingcap#4068)
Browse files Browse the repository at this point in the history
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
3pointer and TomShawn authored Aug 5, 2020
1 parent 1036838 commit 18f35d3
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 @@ -109,7 +109,7 @@ trim-last-separator = false
| `\t` | 制表符 (U+0009) |
| `\Z` | Windows EOF (U+001A) |
其他情况下(如 `\"`)反斜线会被移除,仅在字段中保留其后面的字符(`"`)。
其他情况下(如 `\"`)反斜线会被移除,仅在字段中保留其后面的字符(`"`),这种情况下,保留的字符仅作为普通字符,特殊功能(如界定符)都会失效
- 引用不会影响反斜线转义符的解析与否。
Expand Down

0 comments on commit 18f35d3

Please sign in to comment.