From 968f33ace30cce991ec69716d41dc3b04852ff64 Mon Sep 17 00:00:00 2001 From: Ben Meadowcroft Date: Wed, 20 Dec 2023 10:27:13 -0800 Subject: [PATCH] Added details of TiCDC multi-character delimiter change --- releases/release-7.6.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releases/release-7.6.0.md b/releases/release-7.6.0.md index 2d49b9455af87..8e5ea9fae9ded 100644 --- a/releases/release-7.6.0.md +++ b/releases/release-7.6.0.md @@ -77,6 +77,12 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v7.6/quick-start-with- For more information, see [documentation](/ticdc/ticdc-open-api-v2.md). +* TiCDC adds support for two character delimmeters with CSV output protocol [#9969](https://github.com/pingcap/tiflow/issues/9969) @[zhangjinpeng1987](https://github.com/zhangjinpeng1987) + + Starting from v7.6.0 TiCDC allows the CSV output protocol delimiters to specified as 1 or 2 characters long. With this change, users can configure TiCDC to generate file output using 2 character delimeters (such as `||` or `$^`) to separate fields in the output. + + For more information, see [documentation](/ticdc/ticdc-csv.md). + ## Compatibility changes > **Note:**