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

Garmin Connect Export Exercise Load

One of the core fields on an activity is the exercise load

Is there a reason this field (and other fields displayed on the activity) cannot be selected for export to .CSV?

I want to regularly compare all activities by exercise load.

  • You can create own CSV or any other format by printing in a web-browser's Console:
    a.summaryDTO.activityTrainingLoad

    Example script: Export CSV from Garmin Connect.

  • Thanks, I thought of a couple of ways to extract the data, but it does seem like a UI feature that's missing that should not require programming knowledge.

    When exporting data (certainly of a particular type of activity), the ability to select the columns to export would be very useful. When I export data, I receive (for example) information on Max Bike Cadence... 

    It shouldn't be that difficult to modify the columns, at least specific to an activity for export.