MoritzR / fints2ledger

A tool for downloading transactions from FinTS banking APIs and sorting them into a ledger journal
MIT License
27 stars 8 forks source link

CSV files now have a ms-dos line ending #31

Closed varac closed 1 year ago

varac commented 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:

^M$

where the old version produced proper line endings:

$ 
varac commented 1 year ago

Thanks ! As soon as there's a release I can test and verify it.

MoritzR commented 1 year ago

The fix is included in release 1.2.0.