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


Please Help Members By Posting Answers For Below Questions

How might one distinguish in the case of mapping is right or not without associating session?

640


Performance tuning in UNIX for informatica mappings?

2144


How to elaborate tracing level?

687


Can we create multiple integration service on single repository?

701


Why sorter is an active transformation?

754






Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,

6755


explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

1705


What differs when we choose the sorted input for aggregator transformation?

571


How to create the source and target database connections in server manager?

630


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

1538


What is a joiner transformation and why it is an active one?

580


Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.

1870


How can we use mapping variables in informatica?

597


What is dynamic cache?

614


Name at least 5 different types of transformations used in mapping design and state the use of each.?

670