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
- Amount In Foreign Currency
- Foreign Currency
- Exchange Rate
- 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.