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
Hi,
i'm trying to get CRLF for each records in an output csv file but no luck.
Tries to pass --record-separator \r\n '\r\n' "\r\n" with --csv -o but i only get \r\n added to each records and all in one line (?).
How to correctly use --record-separator option?
The text was updated successfully, but these errors were encountered:
Hi,
i'm trying to get CRLF for each records in an output csv file but no luck.
Tries to pass --record-separator \r\n '\r\n' "\r\n" with --csv -o but i only get \r\n added to each records and all in one line (?).
How to correctly use --record-separator option?
The text was updated successfully, but these errors were encountered: