How we can get unique records into one target table and
duplicate records into another target table??
Answer Posted / amedela chandra sekhar
sq-->Aggregator-->Router-->target
select group by for port name empno
in aggregater t/r take 1 output port and give condition like
select group by for port name empno
varcount---->count(*)
connect this one router and in router take 2 groups and
give condition like
uniqe_record :varcount=1-----for unique
duplicate_record :varcount>1 ----for duplicate
and connect that groups to target.
u will get result.
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
What is pmcmd command?
What are the different types of repositories created using informatica?
What is source qualifier transformation in informatica?
Explain constraint based loading in informatica
What are the tuning techniques you applied during your last project
what are the Methods For Creating Reusable Transformations?
What is lookup change?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
Different sorts of metadata that stores in the storage facility?
According to his methodology what all you need before you build a datawarehouse
How to generate sequence numbers using expression transformation?
What could be the possible resons of locks by user?
What are the data movement modes in informatica?
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps