Dynamic mapping (transformation)

Hi All,

 

I have a requirement to load data from 10 stage tables to 10 target tables. In future the tables count may increase.

 

So, I wanted to implement a single generic transformation job to load all those tables from Stage to target.

 

The job I created now I have to change the source and target name manual.

 

Is there a way to create dynamic mapping like we have option in IICS.

 

Thanks for your support, assistance in advance.

 

Thank you

Potentially you could query the table names using DB Query compoent into a control table (single column table with the names of the tables to be read in it) and iterate a DB query component using the table names as variables. Let me know if you need more clarification.