m-d-brown / plain-text-accounting-tools

Python libraries for extracting information from PDF statements of American financial institutions, particularly to import into a Beancount ledger.
MIT License
5 stars 0 forks source link

BofA checking account missing transactions with beancount-import #2

Closed catanzaromj closed 2 years ago

catanzaromj commented 2 years ago

I'm not sure if there is an easy way to describe the issue I'm having. I have a BofA checking account with multiple transactions on each statement. When I use the first method in the readme (import.py), I see all the transactions in update.bean as expected, including the balance assertions. When I use the beancount-import method of the readme, only the first transaction on each statement is imported. The balance assertion is also missing (although maybe it is supposed to be with this method). I'm also not sure how to use pytest to check this second approach.

catanzaromj commented 2 years ago

I re-downloaded the statement from BofA and everything works fine now. I'm not sure what happened.

m-d-brown commented 2 years ago

Glad to hear you got this working! If it reoccurs, let me know and try to provide some input that replicates the problem, and I'll try to fix it.