1
0

hledger2beancount

This commit is contained in:
Simon Michael
2021-03-18 08:02:34 -07:00
parent 6b831cfc13
commit 906f1c244a
2 changed files with 4 additions and 2 deletions

View File

@@ -708,6 +708,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<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://github.com/tjroth/hledger2beancount">hledger2beancount</a> hledger to beancount converter (haskell)</li>
<li><a href="https://github.com/chazmcgarvey/homebank2ledger">homebank2ledger</a> HomeBank to ledger and beancount converter (perl)</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>
@@ -721,7 +722,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/glasserc/ledger-to-beancount/">ledger-to-beancount</a> yet another simple ledger to beancount converter (python)</li>
<li><a href="https://github.com/tlvince/ledger-tutorials">ledger-tutorials</a> convert Pete Keen's tutorials to ebook format</li>
<li><a href="https://gist.github.com/travisdahlke/71152286b0a8826249fe">ledger2beancount.py</a> *ledger to beancount converter</li>
<li><a href="https://github.com/beancount/ledger2beancount">ledger2beancount</a> ledger to beancount converter</li>
<li><a href="https://github.com/beancount/ledger2beancount">ledger2beancount</a> h/ledger to beancount converter (perl). Use this one.</li>
<li><a href="https://github.com/rcaputo/outofit">outofit</a> QuickBooks to *ledger converter</li>
<li><a href="https://github.com/sdementen/piecash">piecash</a> GNUCash SQL to *ledger converter (python)</li>
<li><a href="https://github.com/ebridges/plaid2qif">plaid2qif</a> Download transactions from plaid as QIF or CSV files</li>

View File

@@ -647,6 +647,7 @@ Next, related add-ons and helpers by category
- [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)
- [hledger2beancount](https://github.com/tjroth/hledger2beancount) hledger to beancount converter (haskell)
- [homebank2ledger](https://github.com/chazmcgarvey/homebank2ledger) HomeBank to ledger and beancount converter (perl)
- [icsvledger](https://github.com/quentinsf/icsv2ledger) interactive CSV to *ledger converter (python)
- [into-ledger](https://github.com/manishrjain/into-ledger) CSV to *ledger converter
@@ -660,7 +661,7 @@ Next, related add-ons and helpers by category
- [ledger-to-beancount](https://github.com/glasserc/ledger-to-beancount/) yet another simple ledger to beancount converter (python)
- [ledger-tutorials](https://github.com/tlvince/ledger-tutorials) convert Pete Keen's tutorials to ebook format
- [ledger2beancount.py](https://gist.github.com/travisdahlke/71152286b0a8826249fe) *ledger to beancount converter
- [ledger2beancount](https://github.com/beancount/ledger2beancount) ledger to beancount converter
- [ledger2beancount](https://github.com/beancount/ledger2beancount) h/ledger to beancount converter (perl). Use this one.
- [outofit](https://github.com/rcaputo/outofit) QuickBooks to *ledger converter
- [piecash](https://github.com/sdementen/piecash) GNUCash SQL to *ledger converter (python)
- [plaid2qif](https://github.com/ebridges/plaid2qif) Download transactions from plaid as QIF or CSV files