What is the main difference between a Joiner Transformation
and Union Transformation?

Answers were Sorted based on User's Feedback



What is the main difference between a Joiner Transformation and Union Transformation?..

Answer / raj

Join Transformation combines data record horizontally based on
join condition.
And combine data from two different sources having different metadata.
Join transformation supports heterogeneous, homogeneous data source.

Union Transformation combines data record vertically from multiple sources, having same metadata.
Union transformation also support heterogeneous data source.
Union transformation functions as UNION ALL set operator

Is This Answer Correct ?    30 Yes 2 No

What is the main difference between a Joiner Transformation and Union Transformation?..

Answer / medatati satya teja ravi kiran

UNION:1)we can create multiple input groups,but only one
out put group
2)we can connect heterogeneous sources to a union
transformation
3)The union tf does not remove duplicate rows.To remove
duplicte rows, we must add another tf such as router or
filter tf


JOIN:1)Used to join source data from two related
hetorogeneous sources residing in different locations or we
can join data from the same source
2)The joiner tf remove duplicate rows...

Is This Answer Correct ?    8 Yes 3 No

What is the main difference between a Joiner Transformation and Union Transformation?..

Answer / ash.gadgi

Joiner Transformation merge horizontally

Union Transformation merge vertically

Is This Answer Correct ?    13 Yes 9 No

What is the main difference between a Joiner Transformation and Union Transformation?..

Answer / yaseen

we can create multiple input groups,but only one
out put group
Union Transformation combines data record vertically from multiple sources, having same metadata.
The structure and Data types should be same while using Union transformation
Join Transformation combines data record horizontally based on
join condition.

Is This Answer Correct ?    1 Yes 0 No

What is the main difference between a Joiner Transformation and Union Transformation?..

Answer / swapna

A joiner Transformation is used to join data from
hertogenous database ie (Sql database and flat file )
where has Union transformation is used to join data from
the same relational sources.....(oracle table and another
Oracle table )

Is This Answer Correct ?    10 Yes 32 No

Post New Answer

More Informatica Interview Questions

If you want to create indexes after the load process which transformation you choose?

3 Answers   HCL,


Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?

0 Answers   IBM,


What is the different lookup cache(s)?

0 Answers  


What is a snowflake schema?

0 Answers  


Briefly define a session task?

0 Answers  






if soource is having 10 records how will u insert 20 records to target

6 Answers   HCL,


5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C

0 Answers  


What is a connected transformation?

0 Answers   Informatica,


How can a transformation be made reusable?

0 Answers   Informatica,


1)what is the use of bottlenecks in informatica. 2)where we are use shellscripting. 3)what meant by informatica.

1 Answers   CTS,


what is diff b/t sorter t/r and agg have the option sorter property...

0 Answers  


Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

2 Answers  


Categories