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 happens when a session fails and you click on recover?
Which files are created during the session rums by informatics server?
What is a stored procedure transformation?
how to load rows into fact table in data warehouse
server hot-ws270 is connect to Repository B. What does it mean?
What is intricate mapping?
How to extract sap data using informatica? What is abap? What are idocs?
Enlist the differences between database and data warehouse.
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
Differentiate between a database and data warehouse?
design of staging area?
If informatica has its scheduler why using third party scheduler?
How does a sorter cache works?
How do you set a varible in incremental aggregation
Write the advantages of partitioning a session?