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
Answer Posted / santa
SRC->SQ->SRT->AGG
JNR TAR
SRC->SQ->SRT->EXP->
AGG INPUT/OUPUT-> ID
AGG VARIABLE/OUTPUT->COUNT(ID)
JNR COND:- ID1=ID
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
r u done any partitions in ur project?
pmscmd startworkflow -sv
how to load dimension table and fact table. plz tell me the steps.
Explain the difference between mapping parameter and mapping variable?
What is workflow? What are the components of the workflow manager?
define galaxy repository in informatica
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
What are the new features of informatica 9.x in developer level?
What are the differences between joiner transformation and source qualifier transformation?
How many ways are there to create ports?
Differences between connected and unconnected lookup?
What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?
How can a transformation be made reusable?
What is the difference between writing a joiner query in ANSI style and THETA style?