this post was submitted on 30 Jan 2024
9 points (90.9% liked)
Aotearoa / New Zealand
1658 readers
13 users here now
Kia ora and welcome to !newzealand, a place to share and discuss anything about Aotearoa in general
- For politics , please use !politics@lemmy.nz
- Shitposts, circlejerks, memes, and non-NZ topics belong in !offtopic@lemmy.nz
- If you need help using Lemmy.nz, go to !support@lemmy.nz
- NZ regional and special interest communities
Rules:
FAQ ~ NZ Community List ~ Join Matrix chatroom
Banner image by Bernard Spragg
Got an idea for next month's banner?
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have been busy lately, my partner and I decided we needed to do a better job at knowing where our money is going.....so we have started to compile a budget.
I am writing a script to process the CSV files from the bank and turn them into a Beancount ledger. After a bit of trial and error, I decided to not use the built in methods for processing files, as I wanted more automation.
My script uses Python/Pandas/SQLite to process the incoming files and automatically code each transaction into categories. From these processed files (95% done); I will produce the ledger format that Beancount wants.
Nice! I use Excel and a VBA script to categorised things. It's pretty much a VLOOKUP but done with VBA for speed, flexibility, and customizing.
That's cool. We usually do one that covers a year but I just use exel.
Started with spreadsheets.... Then I discovered beancount
Maybe I should look into that...
I'm getting close. My import scripts have a little massaging left, the auto allocation to groups it pretty much done.