I have a data in a table as
ID  Service                 Amount
1   Mpesa,Credit,topup,App  2000
2   Credit,topup,App        1000
3   Topup,App               500
I need the output as
ID  Service Amount
1   Mpesa   2000
1   Credit  2000
1   topup   2000
1   App     2000
2   Credit  1000
2   topup   1000
2   App     1000
3   Topup   500
3   App     500
This to be implemented in ODI 11g, Please help me to proceed with this case. RegEXp function will be doing the needful but need to understand how REGEXP function could implement in ODI 11g.
Thanks, Gowtham Raja S
 
     
    