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
- Host: GitHub
- URL: https://github.com/zhangzhishan/beancount_importer
- Owner: zhangzhishan
- Created: 2019-05-31T02:07:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T12:09:50.000Z (over 4 years ago)
- Last Synced: 2024-08-02T06:14:49.986Z (3 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-beancount - Moneywiz3 to Beancount
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 (交行信用卡)