i want to convert below src into target

src is as follows
maths 30
science 20
social 81

i want data in trg like below

maths science social
30 20 81

Answer Posted / vikram

You need to use
SQ> Agg > TGT

>>> In AGG Ports>>>
Subject
Marks
O_maths = max(marks, subject='maths')
0_science = max (marks, subject ='science')
O_Social= max (marks,subject='social')

>>>>TGT
O_maths -> Maths
O_Scie -> Science
O_Social -> Social

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Reusable transformation and shortcut differences

1371


What is domain and gateway node?

690


Differentiate between sessions and batches?

568


where to store informatica rejected data? How to extract the informatica rejected data?

597


How would you join a node to the already existing domain?

671






What is the difference between writing a joiner query in ANSI style and THETA style?

1915


What is the function of aggregator transformation?

573


what is INFORMATICA TESTING process

1838


differences between service based and product based?

1563


What is intricate mapping?

586


What are the different components of powercenter?

578


Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

1740


How to convert multiple rows to single row (multiple columns) in informatica

889


Parameter and variable differences

1613


How to load the data from people soft hrm to people soft erm using informatica?

558