How to eliminate duplicate records in informatica mapping?
Explain with an example....
Answer Posted / venkatesh
by using aggrigator transformation we can eliminate
duplicate records in informatica
The flow will be like this
source--->aggrigator----->target
in aggrigator group by all ports then the out put is only
unique records
connect it to the target
2)we can do it by sorter also in sorter if we enable select
distinct then it will gives unique row
3)if u r source is database then u can select distinct in
sourcequalifier it self
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
How can we handle two sessions in informatica?
Explain pushdown optimization $pushdownconfig parameter - informatica
What is the function of aggregator transformation?
EXL informatica Questions
What is rank transformation?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Performance tuning( what you did in performance tuning)
Explain dynamic target flat file name generation in informatica
How many input parameters can exist in an unconnected lookup?
What is the difference between STOP and ABORT options in Workflow Monitor?
How to implement security measures using repository manager?
What is the Process to creating lookup transformation in informatica
What is a pre-defined event and user-defined event?
Define joiner transformation?
As union transformation gives UNION ALL output, how you will get the UNION output?