ramack / ActivityDiary

Android diary for any kind of activities
GNU General Public License v3.0
73 stars 37 forks source link

exporting in CSV #216

Open arteteco opened 5 years ago

arteteco commented 5 years ago

Hello all, I like the app idea, and I'd like to play with the data creating some different graphs and such. How would you go to convert this sqlite3 export in a CSV, or something usable by statistics programs (R, pspp...)?

Maybe adding such a function can be useful?

Thanks!

ramack commented 5 years ago

This for sure can be done, but I am not sure whether it is worth the effort and I believe, it would be more on the desktop side to do the conversion. Do you know sqlitebrowser? It is a handy tool to access the backup file stored by the app. It also supports exporting to CSV, so I'd recommend to use that one.

If you really want it inside the app - I'd be happy to review and merge a PR for that :-)

ramack commented 5 years ago

@arteteco could you achieve your targets using sqlitebrowser or is there something I missed?