/swisscard_pdf_convert

python script to convert swisscard monthly statement PDFs to QIF

Primary LanguagePython

Swisscard PDF Convert

This is a simple utility to convert the Swisscard statement PDF to a QIF file, since they removed the ability to export statement data to machine readable data formats in the migration to the new app.

Installation

Clone the repo and run

pip install -r requirements.txt

to install dependencies

Usage

Run

python convert.py statement.pdf

to convert your PDF statement to QIF compatible text. To save to a file use

python convert.py statement.pdf > statement.qif