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
Where do we use mapping variables in informatica?
What are the guidelines to be followed while using union transformation?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Whats there in global repository
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?
Explain the different dimensions.
What are the tasks that can be performed using sq?
Enlist some properties of sessions.
What is the procedure for creating independent data marts from informatica 7.1?
What is DR strategy for Informatica project?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
What are the main issues while working with flat files as source and as targets ?
Is there any way to read the ms excel datas directly into informatica?
Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.
Sequence generator, when you move from develoment to production how will you reset