how will you remove the duplicate records from flat file
without using sorter?

Answers were Sorted based on User's Feedback



how will you remove the duplicate records from flat file without using sorter?..

Answer / rkumar.etl

use aggregator transformation and group by all ports and
create one port for checking count...and pass the results
accordingly to target tables.

Is This Answer Correct ?    24 Yes 3 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / sathish

use aggregater T/R after source qualifier select all ports in group by clause it will removes the duplicates

Is This Answer Correct ?    5 Yes 2 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / ajit kumar pradhan

if it is a relational source then click on source Qualifier
properties then check Distinct option.

if it is a flat file then it can't work .......

click on target defination select target menu and click
generate/execute then it come out one dialog box come out
then check primary key check box..it avoid duplicale row...

Is This Answer Correct ?    0 Yes 0 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / sathish

put primary key to target it will reject duplicate rows

Is This Answer Correct ?    1 Yes 4 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / suren

by setting option distinct option

Is This Answer Correct ?    2 Yes 5 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / amedela chandra sekhar

SD---S.Q----EXP t/r------TGT.

add two port in exp t/r.
one is variable port v_seq expression:seq+1
one output port o_seq expression:v_seq
required ports connect to target.

Is This Answer Correct ?    1 Yes 4 No

how will you remove the duplicate records from flat file without using sorter?..

Answer / krishnakanthch

We can use the option 'SELECT DISTINCT' in the source
qualifier.

Anybody please tell me whether this works or not.

Is This Answer Correct ?    5 Yes 23 No

Post New Answer

More Informatica Interview Questions

Differences between version 7.x and 8.x.

0 Answers   Accenture, Cognizant,


What is the difference between OLTP and ODS?

4 Answers  


What are mapplets? How is it different from a Reusable Transformation?

0 Answers   Informatica,


Which version configuration tool used in ur project?

0 Answers   CTS, TCS,


hi i want to install latest informatica software in my pc..can anybody help me where should i get the infomatica software..plz help me

3 Answers  


Is there any way to read the ms excel datas directly into informatica?

0 Answers  


How to generate sequence numbers using expression transformation?

0 Answers   Informatica,


How we will implement Pushdown Optimization and Types in Informatica with better examples

4 Answers   TCS,


write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500

3 Answers   Accenture,


what is the flow?

1 Answers  


If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?

2 Answers  


How to load a Dimension ? and how to load a fact table?

0 Answers  


Categories