WheelLogAndroid
WheelLogAndroid copied to clipboard
CSV in Google Drive uses carriage returns
trafficstars
CSV dumps uploaded to Google Drive use carriage returns (\r) instead of newlines (\n). This causes issues for many tools, including https://wheellogviewer.net, GNUPlot and other unix command-line utilities like cut.
Is this intended? AFAIK no OS except ancient MacOS versions use it -- even the newer ones use a single \n now.
The offending line is https://github.com/JumpMaster/WheelLogAndroid/blob/master/app/src/main/java/com/cooper/wheellog/GoogleDriveService.java#L200