I want to add some commandline options to the FitToCSV.bat file. See developer.garmin.com/fit/fitcsvtool/commandline .
The following did not seem have any effect:
call java -jar %APP_PATH% -b %%b !c! -s -x -deg -iso8601 -e
What am I doing wrong?
When I say "did not have any effect", I mean: I did not see any changes in the CSV file.
For example:
1. Due to -deg, I expected position_lat 445085808 semicircles to become position_lat 37.30666145682335 degrees. Even better, I would like to see both.
2. Due to -iso8601, I expected timestamp 1025457505 to become timestamp 2022-06-29T17:18:25.000Z or the equivalent. Even better: I would like to see both.
3. I don't know what to expect due to -s -x -e. But I did not see any changes.