Fitbit data JSON to .csv file converter
A friend asked for help converting fitbit json
files to csv
format.
There was an existing tool but it no longer worked.
I forked the repository and patched the three issues.
I created three pull requests (Json2csv@4.5.4, off-by-one issue on merge & incorrect filenames on the original repository, and hosted the fixed tool on my website until the pull requests are accepted