Administration > Technical Support > Specs for log import file
Pages: 1
Specs for log import file (Read 254 times)
posted: 12/29/2007 at 5:24 PM
Hi,

I noticed that there's now an import tool for logs from coolrunning. This is a good thing.

A while back, I switched over from favoriterun, but there wasn't an import tool. Favoriterun exports logs in some sort of xml format. It's not hard to parse, but it's certainly not tab-delimited.

I'd like to import my old logs. If there's some sort of spec for the coolrunning log, could you post it? I was thinking of writing a short script to convert my favoriterun log into a coolrunning log so that it can be imported, but I would need some sort of spec.

Alternatively, you could tell me what format works best for you, and I could write a filter for that. You're welcome to the code if/when I write it.

Thanks! I love this site!

-Daniel
view log
posted: 12/29/2007 at 6:43 PM
modified: 12/29/2007 at 6:43 PM
The data is tab separated and has the following fields:
DATE (M/D/YEAR) TIME OF DAY (24-HOUR FORMAT) SPORT ROUTE DISTANCE MEASURE KM ELAPSED TIME WORKOUT TYPE SHOES WEIGHT WEATHER TEMPERATURE AVG HEART RATE RESTING HEART RATE MAX HEART RATE COMMENTS

If you want to take a look at the data, my cool running log that I imported is available here:
http://www.ece.ualberta.ca/~berg/Leendert.tsv
posted: 1/1/2008 at 3:19 PM
Cool, I'll have a look. Thanks!

-Daniel
Pages: 1
Administration > Technical Support > Specs for log import file