From 94c61e15f337d222d249a68ffcfb6b362faf2fd2 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sun, 16 Aug 2020 21:51:07 +0800 Subject: [PATCH] [trep-engine] export gnc:lists->csv converts a list of lists to CSV string. --- gnucash/report/trep-engine.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnucash/report/trep-engine.scm b/gnucash/report/trep-engine.scm index 6410a1c585..965b8c71c7 100644 --- a/gnucash/report/trep-engine.scm +++ b/gnucash/report/trep-engine.scm @@ -465,6 +465,7 @@ Credit Card, and Income accounts.")) (and (keylist-get-info (sortkey-list split-action?) sortkey 'split-sortvalue) (not (keylist-get-info (sortkey-list split-action?) sortkey 'sortkey)))) +(define-public gnc:lists->csv lists->csv) (define (lists->csv lst) ;; converts a list of lists into CSV ;; this function aims to follow RFC4180, and will pad lists to