coolspartan
Programmer
Hi,
there are two source tables S1 and S2. I am interseted in a coulum from each source, Columns s1c1 (Source S1) and s2c1 (Source S2).
I will have to load the target Table T1 with s1c1 and s2c2.
There are two columns in T1, PK_ID (Primary key) and t1c1.
t1c1 is to be populated from s1c1 and s2c1, and populate PK_ID with a unique number as it is a primary key field.
How to deal with this situation? Could this be done in one mapping or two mappings?
Thanks in advance.
there are two source tables S1 and S2. I am interseted in a coulum from each source, Columns s1c1 (Source S1) and s2c1 (Source S2).
I will have to load the target Table T1 with s1c1 and s2c2.
There are two columns in T1, PK_ID (Primary key) and t1c1.
t1c1 is to be populated from s1c1 and s2c1, and populate PK_ID with a unique number as it is a primary key field.
How to deal with this situation? Could this be done in one mapping or two mappings?
Thanks in advance.