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
How to delete duplicate row using informatica?
What are data-driven sessions?
What is the reusable transformation?
which one is better performance wise joiner or look up
How can we handle two sessions in informatica?
COM components can be used in Informatica
How to differentiate between the active and passive transformations?
Mention a few design and development best practices for informatica?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
In informatics server which files are created during the session rums?
Explain why we use partitioning the session in informatica?
Write the program through which the records can be updated?
What is the commit type if you have a transaction control transformation in the mapping?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
if we have a delimiters at unwanted places in a flat file how can we over come those.