Skip to content

Commit

Permalink
Added details of TiCDC multi-character delimiter change
Browse files Browse the repository at this point in the history
  • Loading branch information
benmeadowcroft authored Dec 20, 2023
1 parent 12269e4 commit 968f33a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions releases/release-7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 968f33a

Please sign in to comment.