i am working with android app to import the csv file to populate my DB.
I am using OpenCSV library to do it. I wish to use CSV reader to read from the inputstream.
I am using import feature from the gmail, so i use android:scheme=content
it makes csv file come as InputStream
.
Inside I have 3 columns. Some rows have ,
character.
So when I try to separate columns using ,
I get error.
I wish help to know how to overcome this issue of comma inside the columns.