How to eliminate duplicates from flat file..what is the
procedure
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / paulo coelho
In an Unix environment, do:
page YourFile | sort | uniq -c
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
Under what conditions selecting sorted input in aggregator will still not boost session performance?
Clarify the aggregator change?
if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs
What is a predefined event?
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
hi talents, how do u get sequece numbers with oracle sequence generator function in informatica.... i dont need to use sequence generator transformation..... how do u achieve this???
Can you copy the session to a different folder or repository?
How can i send first half of the records to one target and Remaining to other target?
how to join two flat files in informatica?
Have you worked with/created Parameter file
Using Connected or unconnected lookup for performance wise which one is preferable?.
what is mean by complex business rule ?