tchivs commented on PR #4199:
URL: https://github.com/apache/flink-cdc/pull/4199#issuecomment-3695620459
Thanks for the suggestion @leonardBang\! I've updated the PR to support
custom delimiters as you recommended.
**Changes made:**
1. Added a new optional configuration `table-options.delimiter` that allows
users to specify any custom delimiter (e.g., `;`, `|`, `$`, etc.)
2. The default value is `,` for backward compatibility
3. Updated documentation with examples showing how to use custom delimiters
**Example usage:**
```yaml
transform:
- source-table: mydb.mytable
table-options:
sequence.field=gxsj,jjsj;file-index.bloom-filter.columns=jjdbh
table-options.delimiter: ";"
```
This approach is more flexible and powerful as users can now choose any
delimiter that suits their needs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]