2,can we insert duplicate data with dynamic look up cache,if
yes than why and if no why?
Answers were Sorted based on User's Feedback
Answer / ankur saini er.ankur861@gmail.
we use dynamic lookups in case we have duplicates in source
and source says that they cnt remove them as per
requirement ...in that case we have to settle for:
say we have a reocrd id=1 , name=a
id=1 , name=b
so depending upon the PI id this is a duplicate so using
dynamic lookup when firts record comes the lookup cache
will have id=1 , name=a
again will duplkicate row will come then it gets updated to
id=1 , name=b
so finally only last record from the quplicates will be
lloaded in the target
| Is This Answer Correct ? | 2 Yes | 0 No |
My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?
difference between source based commit? and target based commit? which is better with respect to performance?
How your source files are coming to your ETL server. Actually at which stage of your mapping it is happen.
What is a configuration management?
Hi, Can someone send me the DWH and Informatica FAQ's at vanibv6@gmail.com Thanks in Advance, Vani
Session S1, S2, and S3. In the session S3 I want to load every Saturday. How it is possible?
How to improve the performance of a session using sorter transformation?
Different types of Power center errors?
if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs
How can we join the tables if they don't have primary and foreign key relationship and no matching port?
how to load only the first and last record of a flat file into the target?
WHat all joins are there in Source Qualifier?