This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Imported csv data not showing on health stats

Hi,

I am wondering why the import data didn't show any error, how come it doesn't show in my weight data?
I tried the same way in June and was able to import, is there any changes about Garmin connect I need to know?

  • This is a sample CSV file that always worked for me (and still does):

    Body
    Date,Weight,BMI,Fat
    "2022-11-03","71.6","22.6","14.4"

    Use a plain-text editor such as Notepad for editing the file. Do not use any rich-text editors like Word or WordPad. And avoid Excel.

  • Yes, the latest excel somehow changed my csv format, using pure text editor fix the issue, thanks a lot!