1
0

fix icsv2ledger link, add CSV2ledger

This commit is contained in:
Simon Michael
2019-08-29 12:57:31 -07:00
parent bf4da7cbba
commit 8b7147593f
2 changed files with 4 additions and 2 deletions

View File

@@ -398,13 +398,14 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/hoostus/beancount-ynab">beancount-ynab</a> You Need A Budget to beancount converter</li>
<li><a href="http://hackage.haskell.org/package/buchhaltung">buchhaltung</a> CSV/FinTS/HBCI/OFX to *ledger conversion/deduplication (haskell)</li>
<li><a href="https://github.com/PaNaVTEC/csv2beancount">csv2beancount</a> CSV to beancount converter (clojure)</li>
<li><a href="https://launchpad.net/csv2ledger">CSV2Ledger</a> CSV to *ledger converter (perl)</li>
<li><a href="https://gist.github.com/nonducor/ddc97e787810d52d067206a592a35ea7/">gcash2ledger.py</a> GNUCash XML to *ledger converter (python)</li>
<li><a href="https://github.com/henriquebastos/gnucash-to-beancount/">gnucash-to-beancount</a> GNUCash sqlite to beancount converter (python)</li>
<li><a href="https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py">gnucash2ledger.py</a> GNUCash sqlite to *ledger converter (python)</li>
<li><a href="https://github.com/Hawk777/grisbi2ledger">grisbi2Ledger</a> Grisbi to *ledger converter</li>
<li><a href="https://github.com/hpdeifel/hledger-import-dsl">hledger-import-dsl</a> alternate, programmable CSV converter for hledger</li>
<li><a href="https://github.com/barrucadu/hledger-scripts#hledger-to-influxdb">hledger-to-influxdb</a> hledger to InfluxDB converter (haskell)</li>
<li><a href="https://launchpad.net/csv2ledger">icsvledger</a> CSV to *ledger converter</li>
<li><a href="https://github.com/quentinsf/icsv2ledger">icsvledger</a> interactive CSV to *ledger converter (python)</li>
<li><a href="https://github.com/manishrjain/into-ledger">into-ledger</a> CSV to *ledger converter</li>
<li><a href="https://github.com/howeyc/ledger">Ledger in Go</a> has limport, a CSV to *ledger converter</li>
<li><a href="https://gitlab.com/egh/ledger-autosync">ledger-autosync</a> OFX download, OFX to *ledger conversion, deduplication</li>

View File

@@ -339,13 +339,14 @@ The following sections collect add-ons and helper tools related to the above.
- [beancount-ynab](https://github.com/hoostus/beancount-ynab) You Need A Budget to beancount converter
- [buchhaltung](http://hackage.haskell.org/package/buchhaltung) CSV/FinTS/HBCI/OFX to *ledger conversion/deduplication (haskell)
- [csv2beancount](https://github.com/PaNaVTEC/csv2beancount) CSV to beancount converter (clojure)
- [CSV2Ledger](https://launchpad.net/csv2ledger) CSV to *ledger converter (perl)
- [gcash2ledger.py](https://gist.github.com/nonducor/ddc97e787810d52d067206a592a35ea7/) GNUCash XML to *ledger converter (python)
- [gnucash-to-beancount](https://github.com/henriquebastos/gnucash-to-beancount/) GNUCash sqlite to beancount converter (python)
- [gnucash2ledger.py](https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py) GNUCash sqlite to *ledger converter (python)
- [grisbi2Ledger](https://github.com/Hawk777/grisbi2ledger) Grisbi to *ledger converter
- [hledger-import-dsl](https://github.com/hpdeifel/hledger-import-dsl) alternate, programmable CSV converter for hledger
- [hledger-to-influxdb](https://github.com/barrucadu/hledger-scripts#hledger-to-influxdb) hledger to InfluxDB converter (haskell)
- [icsvledger](https://launchpad.net/csv2ledger) CSV to *ledger converter
- [icsvledger](https://github.com/quentinsf/icsv2ledger) interactive CSV to *ledger converter (python)
- [into-ledger](https://github.com/manishrjain/into-ledger) CSV to *ledger converter
- [Ledger in Go](https://github.com/howeyc/ledger) has limport, a CSV to *ledger converter
- [ledger-autosync](https://gitlab.com/egh/ledger-autosync) OFX download, OFX to *ledger conversion, deduplication