What are the diffrences between joiner transformation and
source qualifier transformation?

Answers were Sorted based on User's Feedback



What are the diffrences between joiner transformation and source qualifier transformation?..

Answer / swetha

yoU can join hetrogenious data sources in joiner
transformation which we can not achieve in source qualifier
transformation. yoU need matching keys to join two
relational sources in source qualifier transformation. Where
as you doesn't need matching keys to join two sources. Two
relational sources should come from same datasource in
source qualifier. yoU can join relatinal sources which aer
coming from different sources also.

Is This Answer Correct ?    13 Yes 0 No

What are the diffrences between joiner transformation and source qualifier transformation?..

Answer / david

One important thing is

IN source Qualifier 1)the columns used in the condition must
have primary-key and foreign-key relationship(Compulsory)
For example
If the condition is
Emp.deptno = dept.deptno1
The depeno and deptno1 should have primary and foreign
key relation

2)The datatypes of the couumns must be same

Is This Answer Correct ?    11 Yes 1 No

Post New Answer

More Informatica Interview Questions

Why union transformation is an active transformation?

0 Answers   Informatica,


What is the difference between informatica 8.x and 9.x

1 Answers   Wipro,


how to load dimension table and fact table. plz tell me the steps.

0 Answers   Cognizant, IBM,


what are surrogate keys?

5 Answers  


Can any one describe what is audit table briefly?how does it look like and what are the columns in it?

3 Answers   Syntel,






what is normalizer transformation?

4 Answers   Wipro,


Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?

2 Answers   CTS,


how to join two flat file if they have diff. structure?how to join one relational and one flat file?

4 Answers   Wipro,


what is the difference between static and dynamic

4 Answers   TCS, Wipro,


You have defined the following: - Commit Type = 'Target' - Commit Interval = 10000 - writer buffer block can hold multiple 7,500 rows - you are loading 40,000 records into the target After how many records will the Informatica Server issue commit commands? a)7500, 15000, 22500, 30000, 40000 b)15000, 22500, 30000, 37500, 40000 c)15000, 22500, 30000, 40000 d)15000, 30000, 40000

7 Answers   Deloitte,


Where we use dynamic lookup and where we use it?do we generate surrogate keys using dynamic lookup?can we use it for scd type 2 mapping and why?

3 Answers   Amdocs,


Explain the types of transformations?

0 Answers  


Categories