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 the surrogate key?

0 Answers  


in performance wise union is past,union all is past

2 Answers  


Why do flat file load is faster if you compare that with table load ? Please answer me. Advance Thanks, Manojkumar

11 Answers   IBM,


what is constraint based loading

2 Answers   IBM,


Is it possible to use a client with different version than that of its Informatica server?

0 Answers  






In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

0 Answers  


what transformations are used for Variable port?

2 Answers  


How to extract original records at one target & Duplicate records at one target? {with out using EXPRESION transformation and sequence generator transformation?}<-this is important

4 Answers   CTS,


WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?

1 Answers  


difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?

1 Answers   HTC, TCS,


write a sql query following table some duplicate present 1 1 2 2 3 3 4 5 i want the output unique one column duplicate another column following format like unique duplicate 1 1 2 2 3 3 4 5

2 Answers   TCS,


Explain the different dimensions.

0 Answers  


Categories