You are here: Forum Home → ANT Developers Forums → ANT+ FIT Forum Has Moved → Thread
02 August 2019 12:10 AM
07 August 2019 08:41 AM #1
jdc - 02 August 2019 12:10 AMHi,
Can anyone please help with this:
I convert a file to CSV and back like this:
java -jar FitCSVTool.jar -b 2019-05-14-06-13-03.fit 2019-05-14-06-13-03.csv -d
java -jar FitCSVTool.jar -c 2019-05-14-06-13-03.csv 2019-05-14-06-13-03_2.fit
Even if I change nothing, I alw3ays get this error (no matter what file I am converting):
FIT CSV Tool - Protocol 2.0 Profile 21.10 Release
CSVReader.read(): Error on line 2 - Unknown field "unknown" in message "file_id".
Exception in thread "main" java.lang.RuntimeException: FIT encoding error.
at com.garmin.fit.csv.CSVTool.run(CSVTool.java:258)
at com.garmin.fit.csv.CSVTool.main(CSVTool.java:332)
Ho do I fix or better, prevent, it and why do I get the error? Also it happens which ever release of the SDK I use. different files have the error on different lines. If I delete the unknown,1,, on one line, it just throws up the error for numerous other lines, too many to delete, and most of which contain data I want to keep.
11 August 2019 02:17 PM #2
19 August 2019 04:39 AM #3
jdc - 02 August 2019 12:10 AM
Ho do I fix or better, prevent, it … ?
1 of 1 Pages