what is the difference between look up and joiner(don't say
joiner sopport only = where as look up support non-equijoin).

Answers were Sorted based on User's Feedback



what is the difference between look up and joiner(don't say joiner sopport only = where as loo..

Answer / kondeti srinivas

with lookup we can do left join only
but with joiner we can do all the joins(normal,master
outer,detail outer,full outer)
for mutiple matching only it will give one return value
based on lookup policy(first value or last value like that)
in lookup transformation. but in the joiner transformation
it will give the output for all the matchings

if any one knows more than this please let me know

Is This Answer Correct ?    12 Yes 1 No

what is the difference between look up and joiner(don't say joiner sopport only = where as loo..

Answer / akash

In addition to Kondeti's points:
1. With look up we have an option to match the data
dynamically if we use dynamic lookup.
2. If the match is not found may or may not send the record
(depending upon the joiner condition) but in case of look
up the output will be returned as default value or NULL for
every record where match is not found.

Is This Answer Correct ?    1 Yes 0 No

what is the difference between look up and joiner(don't say joiner sopport only = where as loo..

Answer / v.ramakrishna

both lookup and joiner transfromations are used to
horizantal merging . But lookup transformation can be
treated as paasive transformation where as joiner trans can
be treated as active transfr bcoz no of records input to
joiner will vary with output records. But in Lookup
transformation even though it searches for each record in
lookup if condition satisfied it will come as output even
condition not satisfied also , in that case it returns null
valu so no of records input to lookup is equal with outputs
due to null values this is the major diff between joiner
and lookup according to me.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

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

0 Answers  


How can i generate Seqence Numbers to Tagret Table (with out using Seqence Gen Trans,Rank Trans).

5 Answers  


i have source like X1 10 X2 20 X1 30 X2 40 i want target as X1 X2 10 20 30 40 in informatica

2 Answers   HP,


What is batch and describe about types of batches?

2 Answers  


What are the components of Informatica? And what is the purpose of each?

0 Answers   Informatica,






How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?

1 Answers  


without dynamic lookup how to insert new rows and update existing rows?

1 Answers   HP,


what is the difference between stop and abort

2 Answers  


How identifying bottlenecks in various components of informatica and resolving them?

0 Answers  


how eliminate the duplicates in flat file with out using sorter ,aggregater

4 Answers   Wipro,


what are factless facts? And in which scenario will you use such kinds of fact tables.

0 Answers  


What are the basic needs to join two sources in a source qualifier?

3 Answers  


Categories