Skip to content

Commit 95d314a

Browse files
authored
ticdc: add explanation for csv delimiter config (#15877)
1 parent 3d10046 commit 95d314a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ticdc/ticdc-csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protocol = "csv"
2323
terminator = "\n"
2424

2525
[sink.csv]
26-
delimiter = ','
26+
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 `|@|`.
2727
quote = '"'
2828
null = '\N'
2929
include-commit-ts = true

0 commit comments

Comments
 (0)