Importing .erg files
Submitted by DonnaMeehan on Wed, 2015-09-02 18:34
Assigned to: | Ransom |
Created: | DonnaMeehan at Wed, 2015-09-02 18:34 |
Status: | Closed (Bug / Priority Normal) |
Case ID: | iMobileIntervals website: 504-34856 |
Last modified: | Wed, 2015-09-02 21:54 |
I am importing .erg files to create personal workouts but when i open the workout that i have created the file is empty. what am i doing wrong?
»
erg file trouble
Open your erg file with a text editor, copy the contents and paste here so I can test it.
erg file trouble
In your file you have this:
MINUTES WATTS
FTP=177[END COURSE HEADER]
[COURSE DATA]
and the parser requires this:
MINUTES WATTS
FTP=177
[END COURSE HEADER]
[COURSE DATA]
fix your file and try again, it works for me.