Home
Softono

Csv2beancount

Open source Clojure
21
Stars
3
Forks
0
Issues
0
Watchers
9 years
Last Commit

 About Csv2beancount

Converts from CSV files to .beancount

Platforms

Web Self-hosted

Languages

Clojure

Links

Need Help Installing Csv2beancount?

We provide expert installation service for this software. Our team will install, configure, and secure Csv2beancount on your server. plans start at just $30.

Csv2beancount

View on GitHub

csv2beancount

A small utility to parse your .csv bank account transactions to beancount

Usage

  • Download the last version from github releases or download the code and run it with lein run
  • Create a yml rules file. You have an example in resources/*.yml
  • Execute the program with 2 parameters: -c /path/to/your/transactions.csv -y /path/to/your/parsing_rules.yml
  • The program will output your beancount transactions. In case that you need to create a file you can redirect the output with > for example: -c /path/to/your/transactions.csv -y /path/to/your/parsing_rules.yml > transactions.beancount

License

Copyright © 2017 Christian Panadero

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.