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
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
Define mapping and session?
Describe data concatenation?
How to improve the performance of a session using sorter transformation?
How do you promote a non-reusable transformation to reusable transformation?
What do you mean by blocking transformation?
How many input parameters can exist in an unconnected lookup?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
What are the designer tools for creating transformations?
How to elaborate tracing level?
Briefly explain the aggregator transformation?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What do you understand by term role-playing dimension?
Is there any target staging area in informatica not staging area