how eliminate the duplicates in flat file with out using
sorter ,aggregater

Answers were Sorted based on User's Feedback



how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / kish

Hi Krishna,

i think you r wrong...he is asking abt flat file...
by using LOOKUP we can eliminate duplicates...
You can eliminate duplicates and can capture that duplicates
using
dynamic lookup cache. look up the target table if New lookup
row=0 then it is unchanged (duplicate
record) SEND TO ONE TARGET

Is This Answer Correct ?    17 Yes 0 No

how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / srinivas

we can do by using rank transformation also
select rank as 1 top or bottom what ever the ur requirement
and select the group by port for the duplicate column

Is This Answer Correct ?    12 Yes 2 No

how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / sanjay

here i m taking the example of employee table

first use the sorter to get the distinct value....

then use the agg trns, create the output port and use the
count function on employee_id to get the total no. of rows
like.. count(employee_id) and group by employee_id.

create filter trns.. write a condition where output>1... map
it with the target...

Is This Answer Correct ?    0 Yes 8 No

how eliminate the duplicates in flat file with out using sorter ,aggregater..

Answer / krishna

The source qualifier Trns has select distinc option from thr we can eliminate duplicates

Is This Answer Correct ?    6 Yes 38 No

Post New Answer

More Informatica Interview Questions

What is a mapplet/worklet in informatica?

0 Answers  


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6 Answers   IBM,


What are the types of groups in Router transformation?

1 Answers   Informatica,


How to Create a folder using pmrep command?

0 Answers  


what is the difference between stop and abort

2 Answers  






How the facts will be loaded? explain

2 Answers   HCL,


How to generate the HTML output using Informatica.

3 Answers   Wipro,


Can we use parameters of parameter file in presession command

1 Answers   Wipro,


How many repositories can we create in Informatica??

9 Answers   IBM, Patni,


Is it passive or active when check and uncheck the box of DISTINCT in Sorter transformation? why?

6 Answers   iFlex, Morgan Stanley,


explain different levels in pushdown optimization with example?

2 Answers   TCS,


what are the difference between Informatica 7.1 and 8.1?

6 Answers  


Categories