I have the source like
col1 col2
a l
b p
a m
a n
b q
x y
How to get the target data like below
col1 col2
a l,m,n
b p,q
x y
Answer Posted / venky
src->sorter->exp->agg->tgt
sorter:-
select col1 key as sorter
exp:-
var1=iff(var2=col1,var1||','||col2,col2)
var2=col1
output_port=var1
agg;-
select group by col1
tgt:-
connect to target
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
Mention a few design and development best practices for informatica?
Explain sql transformation in script mode examples in informatica
What are the different components of powercenter?
What is the use of code page?
What is event and what are the tasks related to it?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
What is workflow monitor?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
what is the -ve test case in your project.
What is the function of union transformation?
What is joiner transformation?
How can you define user defied event?
What is parallel processing in informatica?