Hacker News new | ask | show | jobs
by samatman 1515 days ago
I have a gnarly python script which converts all the CSVs I need into a ledger format file and classifies them into accounts by merchant.

I do have to go fetch the CSVs myself, and if I want a purchase from e.g. Amazon to go into a category which isn't Expenses:Goods:Amazon I have to move it, but all in all it does the two things I need: puts my purchases into buckets and makes me look at my expenses on what should be a monthly basis but is closer to quarterly lately.

This is with ledger-cli, rather than GnuCash, but same principle I think.