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>