How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?
Answer Posted / isha
Select all source rows.
The Dynamic Lookup transformation builds the caches from the target table.
When the lookup evaluates a row from the source that does not exist in the lookup cache, it inserts the row into the cache and assigns the NewLookupRow output port the value of 1. When the lookup evaluates a row from the source that exists in the lookup cache, it does not insert the row into cache and assigns the NewLookupRow output port the value of 0.
The filter in this mapping checks if the row is a duplicate or not by evaluating the NewLookupRow output port from the Lookup. If the value of the port is 0, the row is filtered out, as it is a duplicate row. If the value of the port is not equal to 0, then the row is passed out to the target table.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we create a Integration service without a Repository service and vice versa?
What the difference is between a database, a data warehouse and a data mart?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
can any one give some examples for pre sql and post sql(Except dropping and creating index).
What is InformaticaPowerCenter?
hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you
Enlist few areas or real-time situations where informatica is required.
can anyone suggest best free Talend data integration training online
Explain about cumulative Sum or moving sum?
list out all the transformations which use cache?
Explain what are the different types of transformation available in informatica.
What's the layout of parameter file (what does a parameter file contain?)?
What is the session task and command task?
What is sq transformation?
what are the deliverables?in your project?