hi srihari check it 

BufferedReader br = new BufferedReader(freader);
>    while ((s = br.readLine()) != null) {
>    String a[] = s.split(",");
>    String idVal = a[0].substring(1, a[0].length());
>    String categoryNameVal = a[1].substring(0, a[0].length() - 1);
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to