You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 likecut
.Is this intended? AFAIK no OS except ancient MacOS versions use it -- even the newer ones use a single
\n
now.The text was updated successfully, but these errors were encountered: