A simple tool to migrate your MoneyBook data to Next.
- Ruby 1.9.3 or above
- Bundler
- Next
- Download this source.
- Run
bundle install
in the source directory.
- Prepare your MoneyBook CSV.
- run
cat MONEYBOOK_CSV_PATH | ./bin/moneybook2next.rb > moneybook.next
in the source directory. - Import moneybook.next into Next.
- Only expenses could be migrated.
- Support up to 27 cateogries.
- Category icons would mismatched after migration.