Is there a function like union in oracle within Informatica, if not what could be the best way to achive this.
Example
I have two diff transformations with data
Transformation 1
id Val
1 a
2 b
3 c
Transformation 2
id Val
4 d
5 e
I would like to combine the data from these transformations and generate another transformation with
data
Id Val
1 a
2 b
3 c
4 d
5 e
Can this be achived in informatica.
Example
I have two diff transformations with data
Transformation 1
id Val
1 a
2 b
3 c
Transformation 2
id Val
4 d
5 e
I would like to combine the data from these transformations and generate another transformation with
data
Id Val
1 a
2 b
3 c
4 d
5 e
Can this be achived in informatica.