How we can get unique records into one target table and
duplicate records into another target table??

Answers were Sorted based on User's Feedback



How we can get unique records into one target table and duplicate records into another target table..

Answer / durgaprasad

data flow for this one is:

sq-->Aggregater-->Router-->target

in aggregater t/r take 2 output ports and give condition like

uniqe_port---->count(*)=1

duplicate_port--->count(*)>1

connect this one router and in router take 2 groups and
give condition like

uniqgroup=uniqe_port

duplicategroup=duplicate_port


and connect that groups to target

Is This Answer Correct ?    15 Yes 28 No

Post New Answer

More Informatica Interview Questions

Explain about Informatica server process that how it works relates to mapping variables?

0 Answers   Informatica,


How will you convert rows into columns or columns into rows

1 Answers  


why union is active transformation?

4 Answers   IBM,


In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?

1 Answers   iNautix,


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

4 Answers  






what is the main advantage of unconnected lookup

2 Answers   Cap Gemini,


What are the issues that you have faced while moving your project from the Test Environment to the Production Environment? Please explain in depth thanks in advance

3 Answers  


how we load the data from source to staging area

4 Answers   TCS,


how can u generate sequence of values in which target has more than 2billion of records.(but with sequence generator u can generate upto 2 biliion only)

6 Answers   Accenture,


what are types of dimentions?

3 Answers  


Three date formats are there . How to change these three into One format without using expression transformation ?

3 Answers   HP,


What is informatica worklet?

0 Answers  


Categories