This is an importer for converting moneywiz3 exported csv file to beancount records.
- Rename
example.map.json
tomap.json
- Add the exported moneywiz3 file
report.csv
to current folder. - Fill the
expenses
,incomes
,accounts
,tags
inexample.map.json
. The key is value in your moneywiz3, and the value is what your want in beancount record. - Run
python gen_account.py > account.bean
to open your account. - Run
python moneywiz_converter.py > temp.bean
to generate beancount records. - Check and combine with your original beancount document.