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
Repository user profiles
can you please explain me pre session and post session options?
Separate from an archive server and a powerhouse?
In warehouses how many schemas are there?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
What is a stored procedure transformation?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
What's the layout of parameter file (what does a parameter file contain?)?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Explain sessions?
Tell me about MD5 functions in informatica
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
How to join three sources using joiner?
Is it possible to create multiple domains on a single Informatica server?
While importing the relational source definition from the database, what are the metadata of source that will be imported?