Hisoka-X commented on PR #9273:
URL: https://github.com/apache/seatunnel/pull/9273#issuecomment-2861259628
> Complexity in Scenarios with Numerous Fields
> Complexity in Multi-Table/Full Database Synchronization Scenarios
In fact, seatunnel supports using one transform to solve the case conversion
problem for all tables and all fields. For example
```hocon
FieldRename {
plugin_input = "transform1"
plugin_output = "transform2"
table_match_regex = ".*"
convert_case = "LOWER"
}
```
Please refer
https://seatunnel.apache.org/docs/2.3.10/transform-v2/transform-multi-table
> Enables automatic table creation functionality when case insensitivity
parameters are set
This shouldn't be a problem since the field case is according to upstream.
--
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]