Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pschichtel/ingdiba2csv
Script to convert ING-DiBa bank statements into CSV
https://github.com/pschichtel/ingdiba2csv
data-mining ing-diba poppler
Last synced: about 2 months ago
JSON representation
Script to convert ING-DiBa bank statements into CSV
- Host: GitHub
- URL: https://github.com/pschichtel/ingdiba2csv
- Owner: pschichtel
- License: gpl-3.0
- Created: 2019-08-04T22:20:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T00:31:00.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:12:23.755Z (9 months ago)
- Topics: data-mining, ing-diba, poppler
- Language: Python
- Homepage: https://schich.tel
- Size: 28.3 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IngDiba2CSV
A simple python script that takes a bunch of bank statement PDFs from ing-diba.de and converts them into a single CSV file. It uses poppler's pdftohtml command as convert the PDFs to HTML files as an intermediate step and then extracts the details from there.
Each converted file is checked against the old and new saldo to verify that all entries have been correctly read.