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 / 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 |
can we see default group,when we use router?if yes how?
My Source qualifier has empno, sal. Now my mapping is like SQ(EMPNO)->AGGR->EXP->TARGET SAL ------------>TARGET ? means only one source qualifier has 2 columns like empno, sal. connected to same target as shown in above mapping.Is this mapping valid or any issues are there if we design like this?
How do you promote a non-reusable transformation to reusable transformation?
when will we use unconnected & connected lookup? How it will effect on the performance of mapping?
What are the types of error logs available in Informatica?
How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?
What are the joiner caches?
how to declare array in plsql?
How will you update the row without using update statergy?
What is difference between maplet and reusable transformation?
How do we do the Fact Load What is the size of your Data warehouse? What is your Daily feed size and weekly feed size
difference between shortcut and reusable transformation?