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


Please Help Members By Posting Answers For Below Questions

What are batches?

607


What is the procedure for creating independent data marts from informatica 7.1?

554


what are the Methods For Creating Reusable Transformations?

639


What are the differences between oltp and olap?

539


Describe the impact of several join conditions and join order in a joiner transformation?

632






SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N

1672


Explain pushdown optimization and types in informatica

655


Could you explain what is enterprise data warehouse?

545


How can you generate reports in informatica?

565


What is a repository? And how to add it in an informatica client?

638


What is a shortcut and copy in Informatica and how two are different with each other?

666


How to update source definition?

619


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

3311


What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?

6384


Can informatica load heterogeneous targets from heterogeneous sources?

687