On Garmin Connect Web, Notes you enter on an Activity are not exported when you select All Activities > Export CSV.
Is there a way to get notes included in the CSV export? Or is there another way to get Notes exported?
Thanks in advance!
dgg
On Garmin Connect Web, Notes you enter on an Activity are not exported when you select All Activities > Export CSV.
Is there a way to get notes included in the CSV export? Or is there another way to get Notes exported?
Thanks in advance!
dgg
Is there a way to get notes included in the CSV export? Or is there another way to get Notes exported?
Yes, you can export a very detailed data report of all activities in JSON file format. It…
Yes, the data you posted is the beginning of the list of your activities, with all details, including comments. It is in JSON format. As I wrote, you can view and edit it with a number of tools, including…
That error is when you run it with the Web closed. You need to log-in and open Console there. But with latest change, proxy was replaced by header, so you would get next error anyway.
Now new headers are…
Is there a way to define the date parameters like i want to export all the Notes going back years?
Yes, as I wrote in my first post - just change the limit parameter in the address to some high number
Did something change?
Yes, you need to pass an adidtional header in the HTTP request. You could do it with a script, but the easiest way is accessing the document in browser's DevTools - press F12 after opening the Activitie page, and search the document in the Network tab of the DevTools.
what do I type in the search box in the network tab
You do not need to type anything, you can scroll directly to the file of interest (the same you used previously with the direct link), but if you want, you can type the activity ID into the filter box
Thanks! I think I found a way to make it work (sort of). I clicked on the actitivites line, and then saw what looked like the json file, but I had to individually expand each activity. I copied all of that and put it into a json online converter but it told me that it needed to be flanked by either {} or []. I tried both separately and then together, but it still wouldn't read the format.
I know I could copy and paste the notes from each individual activity, but my goal is to do it as a large batch. Any help you can offer would be greatly appreciated!
I had to individually expand each activity
You used the Preview tab, which is easily human-readable but not suitable for machine processing. Use the Response tab instead - that contains exactly the same raw data as the original file.