Hi guys,
I need help in parsing the below mentioned string.
What i want is, i first want to split it on the basis of ';' and after getting individual token i want to split it on the basis of ',' . There can be more in the string separate by ';' .
Any one recommend how can i do this? There is no SPLIT function as in c#.
Plzz help. Thanks
I need help in parsing the below mentioned string.
RP50001,201232,London;RP50002,201392,USAetc
What i want is, i first want to split it on the basis of ';' and after getting individual token i want to split it on the basis of ',' . There can be more in the string separate by ';' .
Any one recommend how can i do this? There is no SPLIT function as in c#.
Plzz help. Thanks