my source like dis
10,asd,2000
10,asd,2000
10,asd,2000
20,dsf,3000
20,dsf,3000
20,dsf,3000
like dis and my requirement is first record is inserted into
first target and duplicates of first record is inserted into
second target ...like dis way ...?
how to achieve dis?
Answer Posted / chandra
take 2 agg Trs after SQ and drag all the ports to both the
AGG Trs and enable group by for all ports for one AGG and
take one output port in second AGG ..,in that take count(no)
then take filter and write condition as count(no)>1
SQ---->AGG(enable all ports group by)-->Tar1
---->AGG(count(no))-->FIL(count(no)>1)--->Tar2
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
What is the use of an aggregator cache file?
Explain the informatica workflow?
explain one complex mapping with logic? sales project?
How to differentiate between the active and passive transformations?
What is update strategy transform?
What do you mean by filter transformation?
Clarify the aggregator change?
Write the unconnected lookup syntax and how to return more than one column.
Mention some types of transformation?
What is informatica? Why do we need it?
What is exclusive and normal mode for repository services?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Which development components of informatica have the highest usage?
How do we call shell scripts from informatica?
What does “tail –f” command do and what is its use as an Informatica admin.