Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PaNaVTEC/csv2beancount
Converts from CSV files to .beancount
https://github.com/PaNaVTEC/csv2beancount
accounting bank banking beancount csv finance
Last synced: about 1 month ago
JSON representation
Converts from CSV files to .beancount
- Host: GitHub
- URL: https://github.com/PaNaVTEC/csv2beancount
- Owner: PaNaVTEC
- License: epl-1.0
- Created: 2017-02-13T20:35:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T14:43:07.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T06:14:49.685Z (4 months ago)
- Topics: accounting, bank, banking, beancount, csv, finance
- Language: Clojure
- Size: 44.9 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-beancount - CSV to Beancount
README
# 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.