how to duplicates from expression transformation without
using sorter before that
Answer Posted / nagaraju bhatraju
1.)
we can distinguish between unique and duplicate records in
informatica by using forward reference technique ,
in the sense , we can store the previous rec key value in
Variable_Port and can be compared with the previous rec key
value , but Data has to be come in sorted order on that key
column , for that we should use sorter transformation.
once if you find the duplicate rec by comparing , you can
flag that rec as dulicate and you can divert it to other
target.
2.) with out using sorter
in order to collect only unique records for flat file ,
just use aggregator before exp transformation, and check
group by on the key column where you are expecting
duplicate records. so you will get only unique records and
duplicate records will be eliminated.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Active and Passive transformation?
What are the tasks that can be performed using sq?
How many ways are there to do 'remove duplicate records in informatica'?
What are the types of presistent cache in look up tr.
lookup transformation with screenshots
What is the difference between router and filter?
What do you understand by SOA of Informatica?
explain one complex mapping with logic? sales project?
Can we override a native sql query within informatica?
Explain target update override in informatica
What do you mean by worklet?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
How can we handle two sessions in informatica?
What are the different ways to implement parallel processing in informatica?
what is the difference between informatica6.1 and infomatica7.1