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 / santosh
HI ARUNAKUMARI,
IAM RAJU,WHAT IS MAPPPING DESIGN OF THIS SCENARIO AND WHERE WE DESIGN LIKE IN TRANSFORMER STAGE OR ANY AND WHAT IS(variableports)& WHICH STAGES ARE SQ AND EXP AND SORTER.
IAM A NEW IN DATASTAGE,PLS EXPLAIN ABOUT THIS CLEARLY
THANKS ADVANCE.
(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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
While migrating the data from one environment to another environment how would you manage the connections?
What are the databases that informatica can connect to windows?
Briefly define reusable transformation?
How can you define user defied event?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
What is the format of informatica objects in a repository?
What are session parameters ? How do you set them?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is the sequence generator transformation in informatica?
what is the hint? how to use it to reduce the query processing in program?
Define mapplet?
Suppose we do not group by on any ports of the aggregator what will be the output?
Mention some types of transformation?
what are the fact table & dimensional table in pharmaceutical and hospotal related products???
Write the unconnected lookup syntax?