Well looks like everyone is asking for a tool to easily export the data from the Garmin Xero C1 chronograph FIT files into CSV files, so I wrote a tool to do just that!
First release of the tool made available on github. It can be found at https://github.com/bmghunter/FitToCsv. You will need to download the initial release, and install Java 17+ to use it. It is an exe built from the java application so it can easily run on Windows 64 bit. The program relies on the FitReader library heavily.
The tool itself can also convert the native metric units into FPS, or you can keep it in m/s.
It is very basic, very raw, and I spent 4 hours to make it today.
The actual release is found here https://github.com/bmghunter/FitToCsv/releases/tag/0.0.0.1
I've made the application GPLv2 so everyone can improve it.
Instructions:
Plug your garmin xero into your PC with a USB-C cable, and copy all of the .FIT files over. Each FIT file is a single session.
In the application, click Browse to select your FIT file that you want to convert.
Then click Convert.
If you want metric units, check the Metric checkbox.
First release of the tool made available on github. It can be found at https://github.com/bmghunter/FitToCsv. You will need to download the initial release, and install Java 17+ to use it. It is an exe built from the java application so it can easily run on Windows 64 bit. The program relies on the FitReader library heavily.
The tool itself can also convert the native metric units into FPS, or you can keep it in m/s.
It is very basic, very raw, and I spent 4 hours to make it today.
The actual release is found here https://github.com/bmghunter/FitToCsv/releases/tag/0.0.0.1
I've made the application GPLv2 so everyone can improve it.
Instructions:
Plug your garmin xero into your PC with a USB-C cable, and copy all of the .FIT files over. Each FIT file is a single session.
In the application, click Browse to select your FIT file that you want to convert.
Then click Convert.
If you want metric units, check the Metric checkbox.