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
Is it possible to revert a global repository to local one and why?
Design a mapping to load a target table with the following values from the above source?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
What is the scenario which compels informatica server to reject files?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
What is meant by incremental aggregation?
Explain the difference between mapping parameter and mapping variable?
What do you understand by term role-playing dimension?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
where to store informatica rejected data?
Explain dynamic target flat file name generation in informatica
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
What is workflow? What are the components of the workflow manager?
What are the data movement modes in informatica?