From 8b7147593f6af3009165d809ea89fd9faf1d371d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 29 Aug 2019 12:57:31 -0700 Subject: [PATCH] fix icsv2ledger link, add CSV2ledger --- index.html | 3 ++- index.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6d89ac1..dfc89cd 100644 --- a/index.html +++ b/index.html @@ -398,13 +398,14 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
  • beancount-ynab You Need A Budget to beancount converter
  • buchhaltung CSV/FinTS/HBCI/OFX to *ledger conversion/deduplication (haskell)
  • csv2beancount CSV to beancount converter (clojure)
  • +
  • CSV2Ledger CSV to *ledger converter (perl)
  • gcash2ledger.py GNUCash XML to *ledger converter (python)
  • gnucash-to-beancount GNUCash sqlite to beancount converter (python)
  • gnucash2ledger.py GNUCash sqlite to *ledger converter (python)
  • grisbi2Ledger Grisbi to *ledger converter
  • hledger-import-dsl alternate, programmable CSV converter for hledger
  • hledger-to-influxdb hledger to InfluxDB converter (haskell)
  • -
  • icsvledger CSV to *ledger converter
  • +
  • icsvledger interactive CSV to *ledger converter (python)
  • into-ledger CSV to *ledger converter
  • Ledger in Go has limport, a CSV to *ledger converter
  • ledger-autosync OFX download, OFX to *ledger conversion, deduplication
  • diff --git a/index.md b/index.md index a1a871b..3391921 100644 --- a/index.md +++ b/index.md @@ -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