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'm new in Informatica. Can you show me a mapping sample on how to piviot the records? Thanks Robin
Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..
Define joiner transformation?
how do u get the first record from 50,000 records ?
10 Answers TCS, UBS,
Informatica software installation 8.1/7.1.3/7.1 with oracle 10g database (optional Teradata v2R6)
a soure table has 100 records how to load into 3 target tables in a cumulative order source target1 target2 target3 --------- ------------------------------------- 1-100 1 2 3 4 5 6 - - - 98 99 100
What is Java Transformation? what are the uses of it?
What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?
WAT IS THE MEANING OF UPGRADTION OF REPOSITORY?
How to load data in informatica ?
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
How to create the source and target database connections in server manager?