suppose i have source
101 a
101 b
101 c
101 d i want target like 101 abcd how will u achive this
please give me the answer
Answer Posted / arunakumaril
(here column names are not mentioned .so,i have taken them
as column1 and column2)
take 2 variables for current value of column1 and previous
value of column1 and use concat function for concatenating
values of column2.
(variableports)curr_col1_val:column1
(variableports)res:if(curr_col1_val=pre_col1_val,concat
(res,column2),column2)
(variableports)pre_col1_val:column1
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What differs when we choose the sorted input for aggregator transformation?
What are connected or unconnected transformations?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
How can informatica be used for an organization?
What is workflow manager?
As union transformation gives UNION ALL output, how you will get the UNION output?
How to update source definition?
What is a code page?
How can one identify whether mapping is correct or not without connecting session?
What is decode in static cache?
What is native users?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Performance tuning in UNIX for informatica mappings?
Explain in detail scd type 2 through mapping.
How do you set a varible in incremental aggregation