I need to build a transformation which will load the data from one source table into multiple target tables on different database connections. The conditions has be verified by doing a lookup on a control table. Need help in understanding which transformation components can I use to achieve this.
Here is the dry-run of what I am trying to do:
1) Lookup table X on field Y to see if a value 'A' exists
2) if 'A' exist then load the data from table 'S' into target 'T1'
3) If 'B' exist then load the data from table 'S' into target 'T2'
likewise..........
Thanks in advance for help
Here is the dry-run of what I am trying to do:
1) Lookup table X on field Y to see if a value 'A' exists
2) if 'A' exist then load the data from table 'S' into target 'T1'
3) If 'B' exist then load the data from table 'S' into target 'T2'
likewise..........
Thanks in advance for help