What is diff between connected and unconnected lookup?
Answer Posted / venkatesh reddy
connected lookup:
It is used to join the two tables
it returns multiple rows
it must be in mapping pipeline
u can implement lookup condition
using connect lookup u can generate sequence numbers by
enabling dynamic lookup cache.
unconnected lookup:
it returns single output through return port
it acts as a lookup function(:lkp)
it is called by another t/r.
not connected either source r target.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
I have a flat file, want to reverse the contents of the flat file
can any one give some examples for pre sql and post sql(Except dropping and creating index).
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What is meant by query override?
How many dimensions are there in informatica?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
Explain the types of lookup transformation?
How might one distinguish in the case of mapping is right or not without associating session?
What are the new features of Power Center 5.0?
Explain the scenario which compels informatica server to reject files?
What do you mean incremental aggregation?
Explain why we use partitioning the session in informatica?
what is granularity,what type of granularity we will take in fact tables either lowlevel or highlevel,if two tables having same granularity that is posiable or not
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks