I am trying to import data from fitbit cvs files. Problem is that sleep data is not imported correctly (No data).
Is there anyone here that have a spec of import data format. Maybe I can write a convert script. Is there any devs from garmin on this forum?
SAMPLE:
--------------
Body
Date,Weight,BMI,Fat
"01-08-2021","79.23","23.4","0"
Activities
Date,Calories Burned,Steps,Distance,Floors,Minutes Sedentary,Minutes Lightly Active,Minutes Fairly Active,Minutes Very Active,Activity Calories
"01-08-2021","5,383","45,726","36.04","0","583","225","33","337","4,170"
Sleep
Start Time,End Time,Minutes Asleep,Minutes Awake,Number of Awakenings,Time in Bed,Minutes REM Sleep,Minutes Light Sleep,Minutes Deep Sleep
"01-08-2021 5:40 am","01-08-2021 10:02 am","231","31","15","262","45","171","15"
--------------
1. Weight and the step data gets imported but not the sleep. It feels like its something wrong with the dateformat "01-08-2021 5:40 am".
2. Another strange thing is that i can delete data from a day but the weight data is still there.
3. Any spec on format structures for us devs ?