mhanney / zwoparse

Parse a Zwift Workout .zwo file and output a text file in plain English (.txt), comma separated values (.csv) or JavaScript object notation (.json)
21 stars 4 forks source link

Add mrc and erg output formats. #1

Closed NickHastings closed 6 years ago

NickHastings commented 6 years ago

Hi,

thanks for the code. I was having trouble importing zwo files into GoldenCheetah - it seems to be broken in my version. It does however work with erg and mrc files, so I added those output formats to zwopars. I thought you might like to pull them into your repo.

Ohh, I also changed the default output file to be the same as the input file, but with the approriate extension.

Cheers,

Nick.

mhanney commented 6 years ago

Thank you!