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
what is diff b/t sorter t/r and agg have the option sorter property...
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
In development project what is the process to follow for an etl developer from day1
Explain how to import oracle sequence into informatica?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
The question was on time stamp. what is the difference between HH and HH24 when to use when.
Is it possible to use a client with different version than that of its Informatica server?
What are the types of data warehouses?
How to generate sequence numbers?
What is source qualifier transformation in informatica?
What does role playing dimension mean?
Design a mapping to load a target table with the following values from the above source?
How you know when to use a static cache and dynamic cache in lookup transformation?
What is mapping debugger?
How many numbers of sessions can one group in batches?