Hi, I noticed a few other people had issues with the Garmin Connect Weight Export function so I created a Windows Powershell script file to help format it properly.
I am bit of a newbie with Powershell so pardon any unorthodox code and crude interface.
Once invoked the script will prompt for an input csv file/location followed by a prompt for an output csv file/location and then format and create the updated file. You can uncomment some of the debugging code at the end of the code to see the finished file in a Powershell Grid-View window.
You can run the code by right-clicking on the .ps1 file in File Explorer and use the "Run with Powershell" option.
Here is the code (save it as a .ps1 file) and please post a reply if you have issues or find errors:
Edit: Can't seem to post the code. Only worked if I replied to this post!