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