Page 1 of 1

How to develop this in transformer

Posted: Fri May 20, 2011 9:24 am
by maheshkumar.bm
Hi,I am junior developer and have problem.I have source data like above.Credit_id is increasing automatically
credit_id proposal_id
1 1
2 1
3 1
4 2
5 2
and i want to put this data to target like this
credit_id proposal_id credit_index
1 1 1
2 1 2
3 1 3
4 2 1
5 2 2
how can i do?
thanks for your helps

Posted: Fri May 20, 2011 9:48 am
by chulett
Start by posting your question in the correct forum.