-
Paperspan export (HTML) to Instapaper import (CSV) convertor
Oct 6, 2021 · 2 min read · Computer Software Functional Programming Haskell YAML Regular Expression CSV HTML Instapaper Paperspan Internet ·A Haskell program to convert the Paperspan HTML export format to an Instapaper CSV import format with automatic –configuration file driven– designation to folders. The HXT library is used to parse the Paperspan HTML file and the CSV result is written to standard output. Usage: see the Makefile. Paperspan format 1<html> …
Read More -
KMyMoney to HLedger
May 31, 2020 · 2 min read · Computer Software Functional Programming Haskell Financial Plain Text Accounting CSV XML ·Because I have been wanting to start using plain text accounting I needed a conversion from KMyMoney software to HLedger. WAIT! Just use isabekov / kmymoney2ledgers by Altynbek Isabekov instead of my conversion program! (It's much better!) Command line Clojure tool My Clojure KMyMoney to HLedger conversion conversion …
Read More -
Converts N26 banking CSV exported files to format suited for KMyMoney import – N26-CSV (by Mari Donkers) Similar to Rabobank SEPA CSV to KMyMoney but for N26 bank. Do note that for N26 the dot (.) is used as a decimal separator. N26 CSV The format that N26 (an internet bank based in Germany) uses for its export …
Read More -
Rabobank SEPA CSV to KMyMoney
Nov 13, 2016 · 3 min read · Computer Software Functional Programming Financial Clojure ClojureScript CSV ·
Conversion program from Rabobank SEPA CSV export format to KMyMoney import format. Rabobank SEPA CSV The Sepa CSV-format (PDF) that Rabobank (a Dutch bank) uses for its account export feature. KMyMoney The KMyMoney program is a personal finance manager. Converter A command line converter program that takes files in …
Read More