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

Export data ?

Former Member
Former Member
Hi,

Is there a way to export data (weight, %body fat, ....) from Garmin Connect ?
Or is it possible to access to a FIT file anywhere ? on the scale ? Garmin Express ?

If someone has a idea it will be great :)
  • So far, not yet...
    It could be nice because the chart on garmin connect is pretty useless
    We will be able to get better result with a simple Excel spreadsheet :)
  • Former Member
    0 Former Member over 9 years ago
    So far, not yet...
    It could be nice because the chart on garmin connect is pretty useless
    We will be able to get better result with a simple Excel spreadsheet :)


    Totally agree.
    Had some time today to look into the data. Would like to have the raw data and plot my own graphs.
    Many of the graphs are just dots with a meaningless line.

    Anyone?
  • Former Member
    0 Former Member over 9 years ago
    Can database export data on its own?

    Can database system export data information to word document on its own? For example, I have data that needs to be exported into word document (bill). so that i can print it out and mail it to my customer. As of right now, I would have to export it myself. So I was wondering if the database can be set up in a way that it can automatically export the info into the word document/bill on its own.
  • Former Member
    0 Former Member over 7 years ago
    Hi there,

    I just wanted to get my Garmin Index Scale data into yet another running tracker and was annoyed (again) by the fact that there is no such thing as data export.
    I wrote a short piece of JavaScript code to export the entire data into a CSV file. Tested it only on Chrome, but I guess it should work in other browsers as well.

    To execute the script you need to place it in your bookmarks. In Chrome you do that by right-clicking on your bookmarks bar and selecting "Add page...".
    In the dialog box you need to give name (anything) and URL. In the URL field you need to paste the code from the attached txt file.

    Hope it helps someone out there.
  • Hi there,

    I just wanted to get my Garmin Index Scale data into yet another running tracker and was annoyed (again) by the fact that there is no such thing as data export.
    I wrote a short piece of JavaScript code to export the entire data into a CSV file. Tested it only on Chrome, but I guess it should work in other browsers as well.

    To execute the script you need to place it in your bookmarks. In Chrome you do that by right-clicking on your bookmarks bar and selecting "Add page...".
    In the dialog box you need to give name (anything) and URL. In the URL field you need to paste the code from the attached txt file.

    Hope it helps someone out there.


    Wow, this is just so great :-) Thank you. Do you think it would be possible to do csv upload with similar approach? I have Withings data and would like to import them into Garmin yet I can not find way how to do it. Thank you.
  • Former Member
    0 Former Member over 7 years ago
    Importing CSV would be more of a challenge, but I think it might be possible. Have you both of your accounts Withings and Garmin synced with MyFinessPal? I wonder if this way the data does not get populated to Garmin. I will think about scripting the import and will post here if I come up with something.
  • Wow, this is just so great :-) Thank you. Do you think it would be possible to do csv upload with similar approach? I have Withings data and would like to import them into Garmin yet I can not find way how to do it. Thank you.


    Hey,

    I faced this situation as well and found some scripts (python) to do so but it was some glitches.
    I forked and patched the code to get it to work from Withings -> Garmin Connect (Weight + Fat Mass).
    You can find it there: https://github.com/dinde/withings-garmin-v2

    This script will connect to your Withings/Nokia account & upload datas to Garmin Connect.
    You can also generate a .fit file if you prefer.

    D.
  • Former Member
    0 Former Member over 7 years ago
    Hi, I would like to adapt this script to simply export my Garmin connect data to a .fit or csv file. I am not a python export so I am not sure what I would need to change. Any suggestions?
    Thanks F.
  • I wrote a short piece of JavaScript code to export the entire data into a CSV file.

    I stumbled over this old thread which is certainly worth bumping.

    Thank you for the script. It works flawlessly here. I had absolutely no idea that you could execute javascript in an URL this way.
  • Former Member
    0 Former Member over 7 years ago
    Many thanks Marc.Slonik, it works perfectly!