suppose my source is
101 a
1o1 b
101 c
101 d
i want target like that 101 abcd how will u achive this
please give me the answer
Answer Posted / bhageerath
src->sq->exp->aggr->tgt
src(col1[int],col2[varchar])
sq(col1[int],col2[varchar])
exp(col1,,col2,v_col1,v_col2,o_col2) {v=variable port, o=output port}
imp:
{ v_col1=col1; v_col2=iif(col1!=v_col1, col2, v_col2||" "||col2); o_col2= v_col2}
aggr(col1,o_col2)
tgt(col1,col2)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why union transformation is an active transformation?
How to delete duplicate row using informatica?
What the difference is between a database, a data warehouse and a data mart?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
what is INFORMATICA TESTING process
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
Which are the different editions of informatica powercenter that are available?
What are mapplets? How is it different from a Reusable Transformation?
Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab
What is informatica etl tool?
Explain pushdown optimization and types in informatica
Explain sessions and how many types of sessions are there?
What is meant by active and passive transformation?
Explain about Informatica server process that how it works relates to mapping variables?
What is status code in informatica?