I have written a program which reads input from csv file and its working fine. I read the inputstream of the csv file as follows.
BufferedReader br=new BufferedReader(new InputStreamReader(item.getInputStream()));