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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of lookup transformation?

633


Which means the first record should come as last record and last record should come as first record and load into the target file?

610


How can we remove the duplicates from flat file source?

583


Differentiate between joiner and lookup transformation?

618


What is repository manager?

538






what are 3 tech challenges/ common issues you face?

1893


What is union transformation?

575


Explain sessions and how many types of sessions are there?

586


generate date / time dimension in informatica

721


explain one complex mapping with logic? sales project?

6154


What is rank transform?

603


What are connected or unconnected transformations?

630


What are the data movement modes in informatica?

705


Explain how to import oracle sequence into informatica?

594


wat are deployement groups in informatica, how it will be used for developers

1262