github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/canal_json_storage_partition_table/conf/changefeed.toml (about) 1 [sink] 2 protocol = "canal-json" 3 # Line terminator. Empty value means "\r\n" (CRLF) is line terminators. The default value is empty. 4 terminator = "\n" 5 # Directory date separator, Optional values are `none`, `year`, `month`, `date`. The default value is none. 6 date-separator = 'day' 7 # Enable partition separator. The default value is false. 8 enable-partition-separator = true 9 10 [sink.csv] 11 # Delimiter between fields. Must be ASCII characters. The default value is ','. 12 delimiter = ',' 13 # Quoting character. Empty value means no quoting. The default value is '"'. 14 quote = '"' 15 # Representation of null values in CSV files, the default value is '\N' 16 null = '\N' 17 # Include commit-ts in the row data. The default value is false. 18 include-commit-ts = true