atthom / banquepostale-pdf-to-csv

A tool to convert La Banque Postale's Compte Courant Postale PDFs to CSV files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banquepostale_to_csv

As La Banque Postale sucks and does not provide an easy way to export data older than a few month in a usable format (ie. NOT pdf) I have created this script to convert all the Banque Postale relevé in PDF to a CSV format.

I hope you'll find it useful

Usage

pdftotext needs to be installed.

Windows Users: https://coder.haus/2019/09/27/installing-pdftotext-through-pip-on-windows-10/

Under linux you can install it by typing:

sudo apt-get install poppler-utils

To run the pdf to csv converter run:

python3 banquepostale_to_csv.py pdf_folder

where pdf_folder is the folder containing all the PDF relevés.

About

A tool to convert La Banque Postale's Compte Courant Postale PDFs to CSV files


Languages

Language:Python 100.0%