Artifact 5bafa2fae2e0ce8761fd2926becd079395e47c8f236dc2861337ff2fcc6210fb:
- File readme.md — part of check-in [19666c1ca0] at 2023-04-02 16:31:01 on branch trunk — Add a streaming mode and a no-update mode for faster loading and special cases. There are some small tests for these modes and the argument parsing should be a little more robust. (user: frans size: 1334)
openscale-to-sqlite
Load openscale data into an sqlite db for further processing.
About openScale: Openscale is a free and open-source weight and body metrics tracker, with support for Bluetooth scales.
Github F-droid Play (Pro version)
Openscale-to-sqlite is a part of project LazyDog.
Usage
Export the openScale data using the build in csv exporter
run openscale-to-sqlite export.csv my.db
Alternatively if you only have access to the original application sqlite db file.
run openscale-to-sqlite --dbin openscale.db my.db
.
Now if this db file was in use by multiple accounts (multiple users of the app).
run openscale-to-sqlite --dbin --username myuser openscale.db my.db
If it should only insert new fields (and not update already older insertions) [1].
run openscale-to-sqlite --noupdate export.csv my.db
.
This can be combined with other options.
There is a "streaming" mode which reads the measurements while they are written out [1].
run openscale-to-sqlite --stream export.csv my.db
.
This can be combined with other options.
[1]: This might help if there are a lot of measurements