kimmoli / valuelogger

Simple application for Jolla to log and plot some values you need to track
MIT License
3 stars 6 forks source link

Script for csv export for Track & Graph #20

Open Self-Perfection opened 3 years ago

Self-Perfection commented 3 years ago

Add python script to convert Value Logger DB to CSV file for import to https://github.com/SamAmco/track-and-graph

ZeiP commented 3 years ago

How did you get it imported? I tried to import it via the restore functionality, but either it failed or there was some other problem – it just re-started the app still empty.

Self-Perfection commented 3 years ago

Hi. For me this script worked flawlessly, produced csv was imported to Track & Graph without issues. I'd suggest:

  1. Check that you run the script via python3. There might be some encoding issues maybe with python2?
  2. Try to export couple of tracked values from Track & Graph to csv and compare it with csv file that the script produced. Maybe there is any conspicuous difference in format?
Self-Perfection commented 3 years ago

@ZeiP and just in case you need this import button within tracking group image