You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you suggest how one can manipulate row time,weight,height,bmi,fatRate,bodyWaterRate,boneMass,metabolism,muscleRate,visceralFat to be coherent with "format Garmin connect wants".
I tried to manipulate with different time formats, different names, looked for some "oldfashioned" tools like gotoes, FIT->CSV, CSV->FIT converters, etc, but kept getting rejected by
{
"code": 400,
"content": "The file was a valid type, but contained data we could not process successfully."
}
Huge thanks!
The text was updated successfully, but these errors were encountered:
Hey! @lswiderski
I was shocked by how smooth app worked (iPhone 15/mi scale 2); So I wanted to know if one can process historical data manually.
By now I have .csv imported (zepp app/huami imported) that looks like that.
![image](https://private-user-images.githubusercontent.com/14161185/394323636-9243e26e-6ca0-4a62-ab9d-c006439efded.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjUwMjIsIm5iZiI6MTczODk2NDcyMiwicGF0aCI6Ii8xNDE2MTE4NS8zOTQzMjM2MzYtOTI0M2UyNmUtNmNhMC00YTYyLWFiOWQtYzAwNjQzOWVmZGVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIxNDUyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMyYjgwYmU2ZmM1NDQ5MTVkYmViNGE3ZjdjZDYyNTkzMjhlMWRiZjg2OWE3OTFjNDExM2RiNDg5NDNkZWUwMjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HIUknRM39lWufB-BgYlQgGzxmZcxIbg2aXq_bqB8ZSQ)
and, of course, Garmin import page https://connect.garmin.com/modern/import-data
Well it is said, that it should be in FitBit csv format, yet I can't figure it out.
I'm pretty sure the answer lies somewhere here
WebBodyComposition/services/scanner.js
Line 107 in 1b5cccd
Can you suggest how one can manipulate row
time,weight,height,bmi,fatRate,bodyWaterRate,boneMass,metabolism,muscleRate,visceralFat
to be coherent with "format Garmin connect wants".I tried to manipulate with different time formats, different names, looked for some "oldfashioned" tools like gotoes, FIT->CSV, CSV->FIT converters, etc, but kept getting rejected by
Huge thanks!
The text was updated successfully, but these errors were encountered: