This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch release2.0.0
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/release2.0.0 by this push:
     new d4e09a870b Update textfileoutput.adoc
     new 7ee226513a Merge pull request #1614 from campen/patch-1
d4e09a870b is described below

commit d4e09a870b88989cb467dba0c0be586bd5f22971
Author: Dave Campen <[email protected]>
AuthorDate: Wed Aug 3 13:49:14 2022 -0500

    Update textfileoutput.adoc
    
    updated the append doc
---
 .../modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
index 19ac0b964c..42109b4c5d 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
@@ -65,7 +65,7 @@ The content tab contains the following options for describing 
the content being
 [width="90%",options="header"]
 |===
 |Option|Description
-|Append|Check this to append lines to the end of the specified file.
+|Append|Check this to append lines to the end of the specified file. If you 
want to include the header, make sure the "Do not create file at start" setting 
on the File tab is selected.
 |Separator|Specify the character that separates the fields in a single line of 
text.
 Typically this is ; or a tab.
 |Enclosure|A pair of strings can enclose some fields.
@@ -135,4 +135,4 @@ String fields will no longer be padded to their specified 
length.
 == Metadata Injection Support
 
 All fields of this transform support metadata injection.
-You can use this transform with ETL Metadata Injection to pass metadata to 
your pipeline at runtime.
\ No newline at end of file
+You can use this transform with ETL Metadata Injection to pass metadata to 
your pipeline at runtime.

Reply via email to