1.

What Are The Difference Between Joiner Transformation And Source Qualifier Transformation?

Answer»

You can join heterogeneous data SOURCES in joiner transformation which we cannot achieve in source qualifier transformation.

You NEED matching keys to join two relational sources in source qualifier transformation. Whereas you doesn’t need matching keys to join two sources.

Two relational sources should come from same data source in source qualifier. You can join relational sources which are COMING from different sources ALSO.

You can join heterogeneous data sources in joiner transformation which we cannot achieve in source qualifier transformation.

You need matching keys to join two relational sources in source qualifier transformation. Whereas you doesn’t need matching keys to join two sources.

Two relational sources should come from same data source in source qualifier. You can join relational sources which are coming from different sources also.



Discussion

No Comment Found