Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Output from FitCSVTool

Rank

Total Posts: 1

Joined 2016-04-14

PM

Hi there,

I am using java FitCSVTool to decode FIT files into CSV, and have been doing so for a while. Today I've started tackling the Fit2.0 Beta, and have noticed a difference in the output.

Previously, when I ran the tool under fit 16.10, I got:

myoutput.csv
myoutput_data.csv

However, using the 2.0 beta, I just get:

myoutput.csv

The myoutput.csv file is identical in both cases - so I'm wondering whether I need to supply a flag or make a config change to produce the *_data.csv file.

Any help would be greatly appreciated.

Thanks,
Ian
     
RankRank

Total Posts: 34

Joined 2013-01-28

PM

Hi Ian,

Thanks for your post. We opted to turn off default generation of _data.csv files by default. You can supply the optional --data parameter or use FitToCSV-data.bat file to do that for you.

I hope this helps.

-Evan