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 / babu
Hi Aruna,
U r answer has small change,i.e one output port and in
aggregator t/r column1 is group by port not column2.
SRC
|
SQ
|
EXP
{
(variable port) var:IIF(col1=var1,concat(var,col2),col2)
(variable port) var1:(col1)
(output port) oup:var
}
|
AGGR(COL1 AS A GROUP BY PORT)
|
TRG
MAPPING DESIGN::
SRC-->SQ-->EXP-->AGGR-->TRG
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between mapping parameter and mapping variable?
What are the main features of Oracle 8i with context to datawarehouse?
What are the types of schemas we have in data warehouse and what are the difference between them?
What are the guidelines to be followed while using union transformation?
Define update strategy?
Which are the different editions of informatica powercenter that are available?
What are the different types of repositories created using informatica?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
Write the prerequisite tasks to achieve the session partition?
How many ways are there to do 'remove duplicate records in informatica'?
What is deployment group?
What is joiner transformation in informatica?
What is aggregate cache in aggregator transformation?
Partition, what happens if the specified key range is shorter and longer
What are the components of Informatica? And what is the purpose of each?