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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8ff89c3569 add ignore manual fields description. fixes #6219 (#6562)
8ff89c3569 is described below

commit 8ff89c35697c6468d8a5c510eb668661aaaf6037
Author: Bart Maertens <[email protected]>
AuthorDate: Thu Feb 12 16:52:22 2026 +0000

    add ignore manual fields description. fixes #6219 (#6562)
---
 .../modules/ROOT/pages/pipeline/transforms/csvinput.adoc             | 3 +++
 .../modules/ROOT/pages/pipeline/transforms/excelinput.adoc           | 4 +++-
 .../modules/ROOT/pages/pipeline/transforms/excelwriter.adoc          | 5 ++++-
 .../modules/ROOT/pages/pipeline/transforms/textfileinput.adoc        | 3 +++
 .../modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc       | 2 ++
 5 files changed, 15 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/csvinput.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/csvinput.adoc
index e28d85a8ad..135f08e817 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/csvinput.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/csvinput.adoc
@@ -27,6 +27,9 @@ under the License.
 
 The CSV File Input transform reads data from a delimited file. You can choose 
to use a xref:metadata-types/static-schema-definition.adoc[Schema Definition] 
or to define the required fields' layout manually.
 
+The `ignore manual fields` ignores any fields manually defined in the 
transform's field layout, and only uses the layout specified in the 
xref:metadata-types/static-schema-definition.adoc[Schema Definition].
+
+
 The CSV label for this transform is a misnomer because you can define whatever 
separator you want to use, such as pipes, tabs, and semicolons; you are not 
constrained to using commas.
 Internal processing allows this transform to process data quickly.
 Options for this transform are a subset of the Text File Input transform.
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelinput.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelinput.adoc
index 76ec15dd09..c1fcbdd243 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelinput.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelinput.adoc
@@ -110,7 +110,9 @@ The name of that file is <errorline 
dir>/filename.<date_time>.<errorline extensi
 
 The fields tab is for specifying the fields that must be read from the Excel 
files. You can choose to use a 
xref:metadata-types/static-schema-definition.adoc[Schema Definition] or to 
define the required fields' layout manually.
 
-Use _Get fields from header_ row to fill in the available fields if the sheets 
have a header row automatically.
+The `ignore manual fields` ignores any fields manually defined in the 
transform's field layout, and only uses the layout specified in the 
xref:metadata-types/static-schema-definition.adoc[Schema Definition].
+
+Use `Get fields from header` row to fill in the available fields if the sheets 
have a header row automatically.
 
 The Type column performs type conversions for a given field.
 For example, if you want to read a date and you have a String value in the 
Excel file, specify the conversion mask.
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelwriter.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelwriter.adoc
index be966062e3..b1ee906e60 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelwriter.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/excelwriter.adoc
@@ -121,7 +121,10 @@ Negative numbers may be useful if you need to append to a 
sheet, but still prese
 
 The fields section is for specifying the fields that must be written to the 
Excel file. You can choose to use a 
xref:metadata-types/static-schema-definition.adoc[Schema Definition] or to 
define the required fields' layout manually.
 
-If you decide to define the fields layout by using a 
xref:metadata-types/static-schema-definition.adoc[Schema Definition], use the 
xref:pipeline/transforms/schemamapping.adoc[Schema Mapping] transform to adjust 
the incoming stream according to the choosen 
xref:metadata-types/static-schema-definition.adoc[Schema Definition]
+If you decide to define the fields layout by using a 
xref:metadata-types/static-schema-definition.adoc[Schema Definition], use the 
xref:pipeline/transforms/schemamapping.adoc[Schema Mapping] transform to adjust 
the incoming stream according to the chosen 
xref:metadata-types/static-schema-definition.adoc[Schema Definition]
+
+The `ignore manual fields` ignores any fields manually defined in the 
transform's field layout, and only uses the layout specified in the 
xref:metadata-types/static-schema-definition.adoc[Schema Definition].
+
 
 [options="header"]
 |===
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileinput.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileinput.adoc
index 4c6c8e61fc..9213613748 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileinput.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileinput.adoc
@@ -206,6 +206,9 @@ Specifying a negative value here searches the entire line 
for the filter string.
 
 The fields tab allows you to specify the information about the name and format 
of the fields being read from the text file. You can choose to use a 
xref:metadata-types/static-schema-definition.adoc[Schema Definition] or to 
define the required fields' layout manually.
 
+The `ignore manual fields` ignores any fields manually defined in the 
transform's field layout, and only uses the layout specified in the 
xref:metadata-types/static-schema-definition.adoc[Schema Definition].
+
+
 Available options include:
 
 [options="header"]
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 0d59c366b4..e3ca609318 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
@@ -33,6 +33,8 @@ It is also possible to generate fixed width files by setting 
lengths on the fiel
 
 You can choose to use a 
xref:metadata-types/static-schema-definition.adoc[Schema Definition] or to 
define the required fields' layout manually. If you decide to define the fields 
layout by using a xref:metadata-types/static-schema-definition.adoc[Schema 
Definition], use the xref:pipeline/transforms/schemamapping.adoc[Schema 
Mapping] transform to adjust the incoming stream according to the chosen 
xref:metadata-types/static-schema-definition.adoc[Schema Definition]
 
+The `ignore manual fields` ignores any fields manually defined in the 
transform's field layout, and only uses the layout specified in the 
xref:metadata-types/static-schema-definition.adoc[Schema Definition].
+
 
 |
 == Supported Engines

Reply via email to