I need to modify columns based on business rules using RCP. For example, all source columns that end with '_ID'
must be changed to '_KEY'
to meet the target.
An example: Test_ID
in source becomes Test_KEY
in target
I have multiple tables, some with 2 "ID" columns, and some with 20. Is there a way to configure the modify stage to bulk rename columns based on wildcard?
If not, is there another way?
Thanks.