Skip to content

mcpat/ofxstatement-1822direkt

 
 

Repository files navigation

ofxstatement-1822direkt

ofxstatement plugin to support 1822direkt.com bank statements

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.

This project provides an ofxstatement plugin for the German bank 1822direkt.com

1822direkt used to provide OFX downloads but canceld this without warning last weekend. Shame on them.

Using ofxstatement and this plugin, I successfully converted the standard CSV statements (the first of the two available) to OFX and import this into my banking software.

2016-04-26: They changed the format again. Until This script get fixed or they get sane, I only add a converter script from the current format to the old CSV format.

2016-04-27: I changed the CSV parser to use ';' instead of ','. So the converter script is no longer necessary.

Requirements

You need python 3.x to run this as ofxstament seems to requires python3

Setup

Check if plugin is installed:

$ ofxstatement list-plugins

germany_1822direkt

Edit config (add your account id here)

$ ofxstatement edit-config

[1822direkt]

plugin = germany_1822direkt

account = 12345678

About

ofxstatement plugin to support 1822direkt.com bank statements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%