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 / hanan
src->exp->agg->tgt
src:-
In sql query write order by col1
exp:-
col1->
col2->
var_col2=iif(col1=var_col1,var_col2||','||col2)
var_col1=col1
output_port=var_col2
agg;-
select group by col1
tgt:-
connect to target
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of code page?
Can we get 1st record through Informatica(without sequence number).
Please let me know how to make Data masking in informatica..
Is stop and abort are same in informatica?
What is the way to execute pl/sql script using informatica mapping?
Explain transaction control transformation in informatica
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
what is the complex transformation you used in informatica
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
How to Create a folder using pmrep command?
Mention a few design and development best practices for informatica?
Write the prerequisite tasks to achieve the session partition?
Which transformation should we use to normalise the COBOL and relational sources?
Describe an informatica powercenter?
How we can create indexes after completing the load process?