3

I would like to export an sqlite database to csv in android. I tried with importing with opencsv.jar but it didn't work out. Is this an issue due to ADT version 17 upgrade. Is there any other way to convert an sqlite database to csv in android. Please help me with a example. I tried this example

Steven V
  • 16,357
  • 3
  • 63
  • 76
Karthik
  • 4,943
  • 19
  • 53
  • 86

1 Answers1

0

This answer provides pretty good code to start from for exporting sqlite to a csv and sending it as an email attachment.

The first few columns are hardcoded with the users data so you'll have to change that with your own data but, the core of what you need is there.

Community
  • 1
  • 1
Ryan C
  • 1,003
  • 1
  • 14
  • 26