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 tracing level and what are the types of tracing level?

2 Answers   TCS,


How many cubes create from a single model?

1 Answers  


Without using any transformations how u can load the data into target?

15 Answers   IBM,


How to Display top 2 salaries for each department WITHOUT using Rank Transformation And WITHOUT using SQL queries in source qualifier.

3 Answers   Eureka Forbes,


How many ways you create ports?

1 Answers  






write a query to get maximum salary from the employers table without duplicates....kindly help me

5 Answers   CTS,


explain different types of modeling.

2 Answers  


I have in my source Records like 100,101,102 etc. I have router transformation which has groups like one group is empno=100, second group is empno>99. Now i want to know my source record 100 loads into which group?

5 Answers   Span Systems,


wt is the difference between truncate and delete in which situation u use delete and truncate in real time..

4 Answers   TCS,


If source is having 5000 rows,and if you want to load data into 500 rows to target,if the session runs successfully,how can you verify the target if the rows are successfully loaded or not.

3 Answers   IBM, TCS,


What are the different ways to implement parallel processing in informatica?

0 Answers  


What is the maplet?

0 Answers   Informatica,


Categories