FAQ: How to format CSV Files for GOTOES.

A place for the community to help each other out with getting the most out of the Combine FIT, GPX or TCX files for Strava Upload Tool.
Post Reply
User avatar
fulmar2
Site Admin
Posts: 225
Joined: Wed Nov 25, 2020 4:21 am
Contact:

FAQ: How to format CSV Files for GOTOES.

Post by fulmar2 »

Uploading CSV File Rules

Delimeter
I have tried to make the CSV file upload as flexible as possible. Your CSV File can be either comma or tab delimted.

Column Headers
The first line of your file MUST have the column headers. They can be in any order. You MUST have one and only one header named "Timestamp". This is case-insensitive. The tool looks for partial matches, so "ele" or "elevation" or "alt" or "altitude" will all count for your elevation profile. Accepted types are Latitude, Longitude, Power, Cadence, Heart Rate, Temperature, Distance.

Table
Any Empty Values will be converted to zero.


Example of a Valid CSV File:
Example of a valid CSV file for GOTOES.
Example of a valid CSV file for GOTOES.

Download A Sample:
Click Here to Download a Simple CSV Template... or Click Here to Download an Advanced CSV Template

**Note that not all of the fields that you see implemented in the Advanced Template can be parsed into FIT files yet. I'm still working on that!
Post Reply