How you load distinct records into one target and duplicate
records into another target?

Answers were Sorted based on User's Feedback



How you load distinct records into one target and duplicate records into another target?..

Answer / moorthy. g

S-SQ-Exp-Rtr-Tgt1/Tgt2

Exp:

flag: decode(true, col1=prev_col1,'Y','N')
pre_col1=col1;

Rtr:
Group1 --- flag='Y' --- Tgt1 -- Duplicate Values
Group2 --- flag='N' --- Tgt2 -- Unique Values

Best Regards,
Manthiramoorthy. G

Is This Answer Correct ?    4 Yes 0 No

How you load distinct records into one target and duplicate records into another target?..

Answer / hema

With an Expression transformation flag the 1st record of a
group with some value say "VALID" and flag the other
records of the same group with value say "DUPLICATES". Then
pass this through a router and then to the different
Targets.(1st target - records with VALID flag and in 2nd
target - records with "DUPLICATES" flag)

Is This Answer Correct ?    5 Yes 2 No

How you load distinct records into one target and duplicate records into another target?..

Answer / shaik

Create a mapping with two targets.

> Create an Aggregator transformation and group it on the
distinct values and load it into Target1.

> Load the data directly in to Target2 since the source
have duplicates it will load all the duplicates.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Informatica Interview Questions

Explain reference cursor?

1 Answers  


Describe data concatenation?

0 Answers  


What are the limitations of joiner transformation?

0 Answers   Informatica,


Explain about perform recovery?

1 Answers  


What are the different types of Type2 dimension maping?

2 Answers   CTS,


How to read data from flat file source if the data is in paragraph format?

2 Answers   Wipro,


What is the filename which you need to configure in UNIX while installing infromatica?

2 Answers   Accenture,


How do you avoid duplicate records with out using source qualifier,expression,aggrigator,sorter and lookup transformations ?

4 Answers   IBM,


What is a transaction control transformation?

0 Answers   Informatica,


how can import the data from the flat files?

2 Answers  


what is the significance of newlookup port in dynamic look up

1 Answers   IBM,


what is diff b/t sorter t/r and agg have the option sorter property...

0 Answers  


Categories