Are you sick and tired of typing 200 numbers in an excel sheet one by one? I kind of was when I started working on my december tour two weeks ago, so I used my (somewhat limited) skills to create myself a little program that I would like to share with you. The input of the program is a tcx-file from bikeroutetoaster, tracks4bikers or whatever you use. The output is a nice little etn-file (only containing percentages, no names of places and stuff) ready to be uploaded in the php-raceeditor. This cuts out most of the boring typing stuff in the excel editor and saves quite some time. For example, I just did this Vuelta stage in less than 10 minutes.

Using Bikeroutetoaster to layout the track: 5 minutes
Downloading tcx-file, creating etn-file: 1 minute
Uploading etn-file, filling the other forms in the raceeditor: 2 minutes
Neat, isn't it?
How to use it:
Unzip the zip file. Not allowed to upload jar-files here.
There is no graphics user interface, so you need a command line. Go to the folder of the jar-file and enter the following to run it:
java -jar RSF.jar "C:\MyFiles\Downloads\course.tcx"
with C:\MyFiles\Downloads\course.tcx obviously the path of the tcx-track you downloaded.
Now you either have crazy error messages or a etn-file in the same folder as the tcx-file.
Have fun!