Closed varac closed 1 year ago
With the new version, csv files now have a ms-dos line ending. You can see it if you use cat -A file.csv, it shows at the end of each line:
cat -A file.csv
^M$
where the old version produced proper line endings:
$
Thanks ! As soon as there's a release I can test and verify it.
The fix is included in release 1.2.0.
With the new version, csv files now have a ms-dos line ending. You can see it if you use
cat -A file.csv
, it shows at the end of each line:where the old version produced proper line endings: