gnucash-docs stable: Add details to a few csv import line options
Geert Janssens
gjanssens at code.gnucash.org
Tue Apr 18 08:21:09 EDT 2023
Updated via https://github.com/Gnucash/gnucash-docs/commit/4947efac (commit)
from https://github.com/Gnucash/gnucash-docs/commit/c4e1f0b4 (commit)
commit 4947efacd9bd6c6dc081ae2da9ab5da9afc729c9
Author: Geert Janssens <geert at kobaltwit.be>
Date: Wed Mar 17 18:56:01 2021 +0100
Add details to a few csv import line options
This is based on PR#131
diff --git a/C/guide/ch_importing.xml b/C/guide/ch_importing.xml
index bf37ed40..ab7abdd7 100644
--- a/C/guide/ch_importing.xml
+++ b/C/guide/ch_importing.xml
@@ -768,17 +768,17 @@
</listitem>
<listitem>
- <para><emphasis role="bold">Leading Lines to Skip</emphasis>;
+ <para><emphasis role="bold">Leading Lines to Skip</emphasis> Can be set to skip a number of non-transaction lines preceding the actual data. This can include a field name header or an introduction section in the import file;
</para>
</listitem>
<listitem>
- <para><emphasis role="bold">Trailing Lines to Skip</emphasis>;
+ <para><emphasis role="bold">Trailing Lines to Skip</emphasis> Can be set to skip a number of non-transaction lines following the actual data. This can include a summary section;
</para>
</listitem>
<listitem>
- <para><emphasis role="bold">Skip alternate lines</emphasis>;
+ <para><emphasis role="bold">Skip alternate lines</emphasis> When set only every other line will be imported, starting from the first line not skipped with the "Leading Lines to Skip" option;
</para>
</listitem>
</itemizedlist>
Summary of changes:
C/guide/ch_importing.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list