gnucash master: Bug 738462 - CSV Import This patch adds some text to clarify that the transaction export is not a match for the import.

Geert Janssens gjanssens at code.gnucash.org
Sun Nov 30 09:17:37 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/3c46aac9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/32dd1993 (commit)



commit 3c46aac94a44014aeb8b81e908cb3690144fbbe1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Nov 18 15:23:00 2014 +0000

    Bug 738462 - CSV Import This patch adds some text to clarify that the transaction export is not a match for the import.

diff --git a/src/import-export/csv-exp/assistant-csv-export.c b/src/import-export/csv-exp/assistant-csv-export.c
index 2e7fe20..fbf0737 100644
--- a/src/import-export/csv-exp/assistant-csv-export.c
+++ b/src/import-export/csv-exp/assistant-csv-export.c
@@ -95,6 +95,8 @@ static const gchar *start_tree_string = N_(
 static const gchar *start_trans_string = N_(
             "This assistant will help you export the Transactions to a file\n"
             " with the separator specified below.\n\n"
+            "There will be multiple rows for each transaction and may"
+            " require further manipulation to get them in a format you can use.\n\n"
             "Select the settings you require for the file and then click 'Forward' to proceed"
             " or 'Cancel' to Abort Export.\n");
 



Summary of changes:
 src/import-export/csv-exp/assistant-csv-export.c | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list