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
How to generate or load values in to the target table based on a column value using informatica etl tool.
HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION
What are the static cache and dynamic cache in informatica?
what is the Default Source Option For Update Strategy Transformation?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
Explain how many types of dimensions are available in informatica?
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
Why do we need informatica?
How can we store previous session logs?
How might one distinguish in the case of mapping is right or not without associating session?
Difference between Target-based loading and constraint-based loading?
what is Active lock explain
In warehouses how many schemas are there?
tell me 5 session failure in real time how can you solve that in your project?
What is the status code in stored procedure transformation?