Hello
I have been reading up on other threads but can seem to find a reliable method of dealing with this..
I use a httpjob to download a html file
I receive a string like this
id,name,ssize,protein,carbs,fat,fiber,user,over,sce 25821235,"Muller Light Toffee Yogurt","175g pot",7.17,13.8,0.175,0,1,0,0
How can I parse this out so that it is usable..?
I tried putting it in a JSONArray but that failed..
I appreciate any help
I have been reading up on other threads but can seem to find a reliable method of dealing with this..
I use a httpjob to download a html file
I receive a string like this
id,name,ssize,protein,carbs,fat,fiber,user,over,sce 25821235,"Muller Light Toffee Yogurt","175g pot",7.17,13.8,0.175,0,1,0,0
How can I parse this out so that it is usable..?
I tried putting it in a JSONArray but that failed..
I appreciate any help