gnucash maint: fix syntax of example qif file

Geert Janssens gjanssens at code.gnucash.org
Wed Feb 14 12:20:46 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/e3a00804 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a113d71f (commit)



commit e3a00804da3063f18a0a4a587b81f0125761c4ae
Author: John Clements <clements at racket-lang.org>
Date:   Sun Feb 4 12:05:02 2018 -0800

    fix syntax of example qif file
    
    add (apparently) required separators and transaction descriptions

diff --git a/src/import-export/qif-imp/file-format.txt b/src/import-export/qif-imp/file-format.txt
index cf2dd4a..b725f09 100644
--- a/src/import-export/qif-imp/file-format.txt
+++ b/src/import-export/qif-imp/file-format.txt
@@ -392,6 +392,8 @@ Investment Transactions
 !Account
 NAssets:Investments:Mutual Fund
 TInvst
+^
+!Type:Invst
 D10/30/2006
 Q0.9
 T500
@@ -400,6 +402,7 @@ NBuyX
 L[Assets:Investments:Mutual Fund:Cash]
 YFOO
 ^
+!Type:Invst
 D11/28/2006
 Q0.897
 T100



Summary of changes:
 src/import-export/qif-imp/file-format.txt | 3 +++
 1 file changed, 3 insertions(+)



More information about the gnucash-changes mailing list