0

I am making a program and saving data to a CSV file in SD card.

Now I want to read that data from the CSV file as 10 separate variables and upload them to a Google spreadsheet. However I cannot read the file and get the data as 10 variables. All are String type data.

APC
  • 144,005
  • 19
  • 170
  • 281
  • Need a little bit more information than just could not read the file. What is your code for reading the file? Is the filename a static in that it will never change, what kind of reader are you using to read the csv file? Need to see what you have tried before we can help you out. – Shaun Dec 23 '15 at 07:28
  • 2
    You should add some code that you have written for it or else it'll be downvoted by others. – cafebabe1991 Dec 23 '15 at 07:29
  • Welcome to Stack Overflow. Please provide more details regarding your problem. Why can't you read the file? What happens? Do you get any error messages? Posting a code snippet often helps others to understand your situation. – APC Dec 23 '15 at 07:57

1 Answers1

0

You should check the below link which has already been put up here, before some time.

Link is:

reading a specific file from sdcard in android

Community
  • 1
  • 1
Androider
  • 3,833
  • 2
  • 14
  • 24