Android Question reading csv downloaded by httpjob.

hi guys, i downloaded a csv file using httpjob. Now i'm trying to read it using csv parser. but the issue is with both csvparser and stringutils it comes like "[Ljava.lang.String;@4bd6896" and similar texts and not as normal text.. searching here i could figure out its something with UTF-8 encoding but pls can anyone help with the issue and the solution..
 
it was an array related issue.. fixed it.. thanks.. for any newbies like me, if you are getting just value, you are trying to parse an array and need to get a value inside it..
 
Upvote 0
Top