Hi,
I have received a csv file content as string. Now I want to split the string so that I can get the individual record and start processing.
To split the recod I have used String.split(“\n”)
I have tried with StringTokenizer st=new StringTokenizer(“\n”)
Both are not giving the desired result?
Any help in this?
Cheers,
Sasanka
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods