Skip to content

Commit

Permalink
ticdc: add explanation for csv delimiter config (#15877)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu authored Jan 19, 2024
1 parent 3d10046 commit 95d314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protocol = "csv"
terminator = "\n"

[sink.csv]
delimiter = ','
delimiter = ',' # Before v7.6.0, you can only set the delimiter to a single character. Starting from v7.6.0, you can set it to 1-3 characters. For example, `$^` or `|@|`.
quote = '"'
null = '\N'
include-commit-ts = true
Expand Down

0 comments on commit 95d314a

Please sign in to comment.