This project provides a custom plugin for ofxstatement for ING (Germany / Deutschland). It is based on the work done by jbbandos.
ofxstatement is a tool to convert proprietary bank statement to OFX format,
suitable for importing to GnuCash. Plugin for ofxstatement parses a particular proprietary bank statement format and
produces common data structure, that is then formatted into an OFX file. Users of ofxstatement have developed several
plugins for their banks. They are listed on the main ofxstatement site. If your bank is missing, you can develop your
own plugin.
This plugin supports *.csv exports from ING DiBa (Germany).
Important: Exported csv files must include Saldo!
Clone:
git clone https://github.com/fabolhak/ofxstatement-de-ing
cd ofxstatement-de-ingMethod 1: Install in Python virtual environment:
makeMethod 2: Install system-wide via pip:
sudo pip install -e .make testMethod 1: Run in virtual environment:
source .venv/bin/activate
ofxstatement convert -t ingde input.csv output.ofxMethod 2: Run system-wide:
ofxstatement convert -t ingde input.csv output.ofxSome parts of the code are stolen from: https://github.com/siddhantgoel/beancount-ing-diba