WheelLogAndroid icon indicating copy to clipboard operation
WheelLogAndroid copied to clipboard

CSV in Google Drive uses carriage returns

Open hyperair opened this issue 6 years ago • 1 comments
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.

hyperair avatar Mar 19 '19 02:03 hyperair

The offending line is https://github.com/JumpMaster/WheelLogAndroid/blob/master/app/src/main/java/com/cooper/wheellog/GoogleDriveService.java#L200

hyperair avatar Mar 19 '19 02:03 hyperair