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
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 |
 Code page compatibly –Where all changes are made to handle the scenario.
By seeing the parameter file how do u identify wheather it is a workflow parameter or mapping parameter?
What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.
What are the types of caches in lookup?
How to get EVEN & ODD numbers separately?
can we use cartesian join in informatica
what is size of u r database?
how to load duplicate row in a target
What are the measure objects?
How to generate the HTML output using Informatica.
Howmany ways yoU can update a relational source defintion and what are they?
How to load the data into target table, which not have Primary/Surrogate key (Duplicate records not acceptable)