How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?

Answer Posted / ankur saini

sol--seq gen---rank ---filter

add a sequence generator ...

ex input is
1 a
1 b
2 a
2 b
after seq generator
1 a 1
1 b 2
2 a 3
2 b 4

then ranl it group by all file ports rank on the seq gen key
input seq rank
1 a 1 1
1 b 2 2
2 a 3 1
2 b 4 2

add filter on rank=1

enjoy!!!!!

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab

1651


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

1558


Different circumstance which drives informatica server to expel records?

556


tell me 5 session failure in real time how can you solve that in your project?

1631


WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com

1518






Explain the informatica workflow?

589


Under which circumstances, informatica server creates reject files?

589


Please let me know how to make Data masking in informatica..

1269


What does role playing dimension mean?

627


What does reusable transformation mean?

676


What are the designer tools for creating transformations?

685


Differentiate between sessions and batches?

574


What are the different options available for update strategy?

580


What is InformaticaPowerCenter?

688


explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

1705