Parser for Wallet transactions from Budget Bakers. Not related in any way.
Since the app from Budget Bakers does not have transaction export via Web app or iOS, I needed to make my own parser.
Instructions:
- Save as HTML a list of transactions from Wallet app named bakers.html and:
- Optional: removing Credit Card payments or amounts sent to savings by adding those accounts in line 86 of the script;
- Run the Python script to get:
The output will be:
- dump.json file with a list of the transactions in JSON object format;
- ouput.txt file with a customized output for transactions that I used for some chart generation.
Hope it suits you.