Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zhangzhishan/beancount_importer

some importer for beancount
https://github.com/zhangzhishan/beancount_importer

Last synced: 12 days ago
JSON representation

some importer for beancount

Lists

README

        

# beancount_importer

## MoneyWiz convert
This is an importer for converting moneywiz3 exported csv file to beancount records.

### how to use it?
1. Rename `example.map.json` to `map.json`
2. Add the exported moneywiz3 file `report.csv` to current folder.
3. Fill the `expenses`, `incomes`, `accounts`, `tags` in `example.map.json`. The key is value in your moneywiz3, and the value is what your want in beancount record.
4. Run `python gen_account.py > account.bean` to open your account.
5. Run `python moneywiz_converter.py > temp.bean` to generate beancount records.
6. Check and combine with your original beancount document.

### Reference
https://github.com/lyricat/beancount-converter

## HuaTai Convert (华泰证券)

## BOCOMCC Convert (交行信用卡)