Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 641 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 641 Bytes

RBC Statement To CSV

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

Requirements

Ensure python is in your PATH.

Use

Drop all PDF statements into the project directory. The program will read all transactions, sort them, and consolidate them into a single .csv file.

Windows

Run (double-click) convert.bat.

Linux

Run convert.sh in terminal.