From 1317ac19a55e3be64267c093603f0b1e813b29ed Mon Sep 17 00:00:00 2001 From: Varac Date: Fri, 30 Oct 2020 21:31:42 +0100 Subject: [PATCH] Add fints2ledger to data import/conversion section --- index.html | 1 + index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 7035e09..1a52be1 100644 --- a/index.html +++ b/index.html @@ -675,6 +675,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
  • buchhaltung CSV/FinTS/HBCI/OFX to *ledger conversion/deduplication (haskell)
  • csv2beancount CSV to beancount converter (clojure)
  • CSV2Ledger CSV to *ledger converter (perl)
  • +
  • fints2ledger FinTS/HBCI to csv to *ledger or beancount journals (python)
  • 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)
  • diff --git a/index.md b/index.md index a4343df..5249ec5 100644 --- a/index.md +++ b/index.md @@ -621,6 +621,7 @@ Next, related add-ons and helpers by category - [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) +- [fints2ledger](https://github.com/MoritzR/fints2ledger) FinTS/HBCI to csv to *ledger or beancount journals (python) - [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)