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
Explain in detail about scd type 1 through mapping.
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)
Define update strategy?
What are the types of schemas we have in data warehouse and what are the difference between them?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
r u done any partitions in ur project?
What is the procedure for creating independent data marts from informatica 7.1?
What is a passive transformation?
can anyone suggest best free Talend data integration training online
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
How do you manage the Parameter files while migrating your data from one environment to another environment?
Explain the informatica workflow?
Please let me know how to make encryption and decryption with example?
What is substr in informatica?