How to eliminate duplicates from flat file..what is the
procedure

Answers were Sorted based on User's Feedback



How to eliminate duplicates from flat file..what is the procedure..

Answer / sunil

To eliminate duplicates from flat file use sorter in that
select distict option...it will work

Is This Answer Correct ?    26 Yes 0 No

How to eliminate duplicates from flat file..what is the procedure..

Answer / ram

one more answer is ....
use an aggeregator transformation and select all ports
as 'group by'...then u will get distinct records...

Is This Answer Correct ?    6 Yes 1 No

How to eliminate duplicates from flat file..what is the procedure..

Answer / paulo coelho

In an Unix environment, do:

page YourFile | sort | uniq -c

Is This Answer Correct ?    1 Yes 0 No

How to eliminate duplicates from flat file..what is the procedure..

Answer / muddam

Select all ports as group by then Create one o/p o_count in
aggregater(o_count>1). Before this you wolud have taken one
sorter trans for sorted data.
It will work out.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

Hi experts, For informatica developer, in real time, normally how much we use sql and plsql?

2 Answers   Infotech,


What happens if the info. Server doesn't find the session parameter in the parameter file?

1 Answers  


What is the advantage of informatica?

1 Answers  


How can yoU create or import flat file definition in to the warehouse designer?

2 Answers  


i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table. can any tell me procedure.

2 Answers   TCS,


In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?

4 Answers   Puma,


How we can create indexes after completing the loan process?

1 Answers  


Does an informatica transformation support only aggregate expressions?

1 Answers  


version controlling in informatica?

3 Answers  


What is mapping debugger?

1 Answers  


How does a rank transform differ from aggregator transform functions max and min?

1 Answers  


What is an active transformation?

1 Answers   Informatica,


Categories