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 |
What are the different options used to configure the sequential batches?
How do you take back up of repository?
how tokens will generate?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
How do you handle two sessions in Informatica
tell me the informatica architecture
How can we integrate different flat file data in a single mapping and with in a single execution
where is the reject loader .
What differs when we choose the sorted input for aggregator transformation?
on a day i load 10 rows in my target and on nextday i get 10 more rows add to my target but out of 5 are update row how ican send them to target?how i can insert and update the records
what are the fact table & dimensional table in pharmaceutical and hospotal related products???
what are the row and column separations in Flat Files