what is the difference between lookupoveride and joiner?
Answers were Sorted based on User's Feedback
Answer / nikhil
Using lookupoverride u can join two relational tables but
not flat files . Joniner T is used to join two heterogenous
sources like relational tables from two different databases
or flat file sources.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / joshasmita
Using Loopoverride we can join two relational tables but
from same database. With joiner we can two sources of
different types
| Is This Answer Correct ? | 2 Yes | 3 No |
Can we override a native sql query within informatica?
What is the reusable transformation?
what are surrogate keys?
What do you mean by worklet?
What is data merging, data cleansing and sampling?
i have a source table and 3 target table. when session runs first time-1st tgt second time-2nd tgt third time-3rd tgt fourth time-again 1st target. so no
source file name xyz a,0,a,a,a b,b,b,0,b c,c,c,0,c target should be like this xyz a b c how to implement this?
replace multiple spaces with single space.
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
can we see default group,when we use router?if yes how?
What is the Router transformation?
What is the function of look up transformation?