johncai0 opened a new issue, #6165: URL: https://github.com/apache/seatunnel/issues/6165
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description When cdc is the source, many tables can be monitored at one time. How to make processing logic based on table names? If you can get the table name of the source, you can use SQL to implement the corresponding processing logic. ### Usage Scenario For example: I have a sub-table t_(0-10). The ids of each table are auto-incremented. Now I want to merge 10 tables into 1 table through this etl, so the auto-increment id must become table_name. +id, like this. But I can't get the corresponding table name now. Are there any other alternatives? ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
