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 |
how can we check whether a particular cache is static or dynamic?
What is the difference between Bulk Load and Normal Load
What is meant by active and passive transformation?
How do you implement unconn. Stored proc. In a mapping?
Why we use stored procedure transformation?
What is the default join that source qualifier provides?
what is SDLC way of code development?
what is target load plan
can we use bulk loading when we use look in mapping
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
How to identify bottlenecks in sources,targets,mappings,workflow,system and how to increase the performance?