This program will read transaction data out of RBC credit card statements and put them in a .csv file with the following columns:
- Transaction date
- Posting date
- Description
- Amount
- Python 3.8+
- PdfMiner
Ensure python
is in your PATH.
Drop all PDF statements into the project directory. The program will read all transactions, sort them, and consolidate them into a single .csv file.
Run (double-click) convert.bat
.
Run convert.sh
in terminal.