dkb-visa
dkb-visa copied to clipboard
DKB transaction download and conversion (CSV, QIF)
I tested this via dkbweb.py which calls dkb.py, so this should apply to dkb.py as well. If you specify a from_date like 1.1.1970, you won't get an error from mechanize....
An entry like the following one has an empty `COL_VALUTA_DATE`, because it does not show a transaction, only the Soll or Haben (that you currently owe or have). So this...
Note that sometimes the original csv-file includes information, formatted via html. [I solved it like this:](https://github.com/inktrap/dkb-export/blob/master/dkbweb.py#L287) ``` # check that unparseable lines are not included as transactions # dkb should...