This project is not being actively maintained.
It might still continue to work. But as I don't have a Commerzbank account anymore, I don't know how the updated CSV format looks like and can't adjust the Importer classes accordingly.
Drop me an email if you'd like to take ownership.
beancount-commerzbank
provides an Importer for converting CSV exports of
Commerzbank account summaries to the Beancount format.
$ pip install beancount-commerzbank
In case you prefer installing from the Github repository, please note that
main
is the development branch so stable
is what you should be installing
from.
from beancount_commerzbank import ECImporter
CONFIG = [
ECImporter(
IBAN_NUMBER,
'Assets:Commerzbank:EC',
currency='EUR',
file_encoding='utf-8-sig',
),
]