Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfresh committed May 24, 2017
1 parent 9e21815 commit b57f5a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Barclays Bank statement PDF-to-CSV
==================================

*This project is not actively maintained by @jayfresh any more. Please feel free to take it on if you like it! It looks like Barclays have released bank feeds now, so that's also worth a look: https://help.xero.com/uk/BarclaysFeed*
*Beyond occasional updates, this project is not actively maintained by @jayfresh any more. Please feel free to take it on if you like it! It looks like Barclays have released bank feeds now, so that's also worth a look: https://help.xero.com/uk/BarclaysFeed*

NB: This only works with Business account statements! Support for personal account statements would need some work.

Reads Barclays Bank statements and extracts transactions. Validates transactions against the total payments and receipts shown in the top-right of the bank statement.

Tested against 18 months' worth of bank statements exported in September 2014.

[UPDATE: April 2015]
The statement format was updated in December 2014.
Therefore the updated app has only been tested on four months of statements.
You should check every statement you convert. There may be some transaction types that have not been encountered, and need to be added, and some possible varients on the layout that are not taken account of.
UPDATE to handle a newer format: The statement format was updated in December 2014. The update code was mainly written April 2015, and incorporated and slightly amended in May 2017.
Therefore the updated app has only been tested on four months of statements (also tested on a statement from 2016).
You should check every statement you convert. There may be some transaction types that have not been encountered, and need to be added, and some possible variants on the layout that are not taken account of.
If you find an entry that is not picked up by the application, please open an issue on Github with the text of the entry description only. Do not share your unedited bank statements with anyone for obvious security reasons.

Built on [Mozilla PDF.JS](http://mozilla.github.io/pdf.js/), which is marvellous.
Expand Down

0 comments on commit b57f5a8

Please sign in to comment.