mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[trep-engine] export gnc:lists->csv
converts a list of lists to CSV string.
This commit is contained in:
parent
088a386dc7
commit
94c61e15f3
@ -465,6 +465,7 @@ Credit Card, and Income accounts."))
|
|||||||
(and (keylist-get-info (sortkey-list split-action?) sortkey 'split-sortvalue)
|
(and (keylist-get-info (sortkey-list split-action?) sortkey 'split-sortvalue)
|
||||||
(not (keylist-get-info (sortkey-list split-action?) sortkey 'sortkey))))
|
(not (keylist-get-info (sortkey-list split-action?) sortkey 'sortkey))))
|
||||||
|
|
||||||
|
(define-public gnc:lists->csv lists->csv)
|
||||||
(define (lists->csv lst)
|
(define (lists->csv lst)
|
||||||
;; converts a list of lists into CSV
|
;; converts a list of lists into CSV
|
||||||
;; this function aims to follow RFC4180, and will pad lists to
|
;; this function aims to follow RFC4180, and will pad lists to
|
||||||
|
Loading…
Reference in New Issue
Block a user