Joiner Transformation in Informatica , is a connected and active transformation which let you join data from two heterogeneous source (same source system or different source system). Unlike normal SQL joins , we can join data from file system as well.
[caption id="" align="alignnone" width="584"]
Joiner Transformation in Informatica[/caption]
Join Type
Normal Join
A
normal join will allow only those records which satisfy the joiner condition for both sources. So remaining records, who don’t match the condition get discarded
Master Outer Join
A
master outer join will keeps all rows of data from the detail source and the matching rows from the master source. If any of master records don’t satisfy the condition , those rows get discarded.
Detail Outer Join
Just opposite to
Master Outer join , it keep all rows of data from Master Source and the matching rows from Details Source. If any of detail records don’t satisfy the condition , those rows get discarded.
Full Outer Join
A
full outer join keeps all rows of data from both the master and detail sources.
Must Read : Learn more about
informatica coding standard
Example of Joiner Transformation in Informatica:
A good example of Joiner transformation with different type of join can be found
here.
For explanation on joiner transformation , you can read it
here
Hope you enjoyed this tutorial on joiner
transformation in informatica.
No comments:
Post a Comment