CSV importer from Triodos for beancount
beancount-triodos-importer provides a python import script for beancount to
import CSV exports from triodos online banking.
Install beancounttriodos
from pip like this:
pip install beancounttriodos
Write a configuration file, eg. config.py
, (or extend your existing one) to include this:
import beancounttriodos
CONFIG = [
beancounttriodos.CSVImporter('Assets:Your:Account')
]
beancount-extract config.py transaction_file.csv
This is a placeholder to not break old links. The code is available on
pypi.
This package is licensed under the MIT License.