what is diffrence b/w joner and union transfermation
Answers were Sorted based on User's Feedback
Answer / murali
JOINER
TRANSFORMATION:
to join source data from two related heterogeneous sources
residing in different locations or file systems. Or, you
can join data from the same source.
If you need to join more than two sources, you can add more
Joiner transformations to the
mapping.
You cannot use a Joiner transformation in the following
situations:
Either input pipeline contains an Update Strategy
transformation.
You connect a Sequence Generator transformation directly
before the Joiner transformation.
UNION
TRANSFORMATION:
The Union transformation is a multiple input group
transformation that you can use to merge data from multiple
pipelines or pipeline branches into one pipeline branch.
The Union transformation merges sources with matching ports
and outputs the data from one output group with the same
ports as the input groups.
Similar to the UNION ALL statement, the Union
transformation does not remove duplicate rows.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / nagaraju bhatraju
joiner:
joiner doesn't require marching ports to join ,
both shoud be from heterogenious sources.
union:
union requires two flows with same no of columns and both
columns of the two flows orders should be same to produce
the combined flow .
| Is This Answer Correct ? | 18 Yes | 4 No |
Answer / dillip
Joiner transformation is horizental transformation
but union is is vertical trans formation
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / chandrp
At the maximum a join trasformation can join only 2 tables.
but union transformation will join more than two tables at
a time.
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / ashu alle
joiner transformation supports homogenious and
heterogenious data..
union transformation supports only heterogenious data
| Is This Answer Correct ? | 1 Yes | 7 No |
Answer / singh.
hello Chandrp . ur answer is wrong.
in my view join T/r can join more than 2 tables
try with 3 flat files. then u will get the result.
| Is This Answer Correct ? | 3 Yes | 21 No |
hi i want to install latest informatica software in my pc..can anybody help me where should i get the infomatica software..plz help me
In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?
What is a unit Testing?
What are the different types of Type2 dimension maping?
tell me 5 session failure in real time how can you solve that in your project?
How you count the number of records available at your source?
What are the designer tools for creating tranformations?
Where can we find the throughput option in informatica?
write a query to follwoing table amount year quarter 254556 2003 first 546332 2003 second 129034 2003 third 490223 2003 fourth 165768 2004 first 265443 2004 second 510412 2004 third 435690 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 254556 546332 129034 490223 2004 165768 265443 510412 435690
What is informatica? Why do we need it?
What is the format of informatica objects in a repository?
what is the gap analysis?