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 is flashback table ? Advance thanks
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
Different qualification between a related rotate toward the sky and isolates look upward?
What are the differences between oltp and olap?
tell me 5 session failure in real time how can you solve that in your project?
On which transformations you created partitions in your project?
How to load the data from people soft hrm to people soft erm using informatica?
What are the types of data warehouses?
What do mean by local and global repository?
What is domain in terms of informatica?
How might one distinguish in the case of mapping is right or not without associating session?
What is transformation?
How to convert multiple rows to single row (multiple columns) in informatica
how to load rows into fact table in data warehouse
How can we update a record in the target table without using update strategy?