Convert Barclays PDF statements to useful CSV files.
- Put all your PDF statements in a folder called
doc
in the root of this project. - Run
rake parse
. - There should now be a CSV file in the
doc
folder with your transactions in it.
- Text versions of your statements will also be left in the folder by
rake parse
- I tested it using 2013 statements from a Barclays business account. They may of course change their statement format at any time and this may stop this app from working.