zauberstuhl / ing-pdf-to-csv

Transforms a ING pdf (Kontoauszug) into a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ing-pdf-to-csv.py

Transforms a ING DIBA pdf (Kontoauszug) into a CSV file. Import works fine with MoneyMoney

Installation

MacOS

pip3 install pdftotext
python3 ing-pdf-to-csv.py *.pdf

Windows

Please install pdftotext and add it to your PATH.

Limitation

Uses only the first two lines of every transaction.

About

Transforms a ING pdf (Kontoauszug) into a CSV file

License:Apache License 2.0


Languages

Language:Python 100.0%