This is an importer for converting moneywiz3 exported csv file to beancount records.
- Rename
example.map.jsontomap.json - Add the exported moneywiz3 file
report.csvto current folder. - Fill the
expenses,incomes,accounts,tagsinexample.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.beanto open your account. - Run
python moneywiz_converter.py > temp.beanto generate beancount records. - Check and combine with your original beancount document.