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

Use LF csv line endings #33

Closed MoritzR closed 1 year ago

MoritzR commented 1 year ago

Makes the produced csv file with the --to-csv-file option use LF line endings instead of CRLF line endings. This makes it consistent with the previous python version of fints2ledger and fixes https://github.com/MoritzR/fints2ledger/issues/31