1
0

fix/update some converter descriptions

This commit is contained in:
Simon Michael
2019-02-14 19:32:46 -08:00
parent a19c03e162
commit 639819e58c
2 changed files with 4 additions and 4 deletions

View File

@@ -384,9 +384,9 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="http://ledger-cli.org/3.0/doc/ledger3.html#Comma-Separated-Values-files">Ledger</a> and <a href="http://hledger.org/manual.html#csv-format">hledger</a> have CSV conversion built in. Also:</li>
<li>bean-identify, bean-extract, bean-file - Beancount built-in tools</li>
<li><a href="https://github.com/tomszilagyi/banks2ledger">banks2ledger</a> - CSV to *ledger converter</li>
<li><a href="https://github.com/jbms/beancount-import">beancount-import</a> curses-style CSV to beancount converter</li>
<li><a href="https://github.com/jbms/beancount-import">beancount-import</a> web app/framework for converting various formats to beancount (python)</li>
<li><a href="https://github.com/hoostus/beancount-ynab">beancount-ynab</a> You Need A Budget to beancount converter</li>
<li><a href="https://github.com/PaNaVTEC/csv2beancount">csv2beancount</a> CSV to beancount converter</li>
<li><a href="https://github.com/PaNaVTEC/csv2beancount">csv2beancount</a> CSV to beancount converter (clojure)</li>
<li><a href="https://github.com/henriquebastos/gnucash-to-beancount/">gnucash-to-beancount</a> GnuCash to beancount converter</li>
<li><a href="https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py">gnucash2ledger.py</a> GNUCash to *ledger converter</li>
<li><a href="https://github.com/Hawk777/grisbi2ledger">grisbi2Ledger</a> Grisbi to *ledger converter</li>

View File

@@ -329,9 +329,9 @@ The following sections collect add-ons and helper tools related to the above.
- [Ledger](http://ledger-cli.org/3.0/doc/ledger3.html#Comma-Separated-Values-files) and [hledger](http://hledger.org/manual.html#csv-format) have CSV conversion built in. Also:
- bean-identify, bean-extract, bean-file - Beancount built-in tools
- [banks2ledger](https://github.com/tomszilagyi/banks2ledger) - CSV to *ledger converter
- [beancount-import](https://github.com/jbms/beancount-import) curses-style CSV to beancount converter
- [beancount-import](https://github.com/jbms/beancount-import) web app/framework for converting various formats to beancount (python)
- [beancount-ynab](https://github.com/hoostus/beancount-ynab) You Need A Budget to beancount converter
- [csv2beancount](https://github.com/PaNaVTEC/csv2beancount) CSV to beancount converter
- [csv2beancount](https://github.com/PaNaVTEC/csv2beancount) CSV to beancount converter (clojure)
- [gnucash-to-beancount](https://github.com/henriquebastos/gnucash-to-beancount/) GnuCash to beancount converter
- [gnucash2ledger.py](https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py) GNUCash to *ledger converter
- [grisbi2Ledger](https://github.com/Hawk777/grisbi2ledger) Grisbi to *ledger converter