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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1d7a2eee39 Update setvaluefield.adoc
     new 58f9f8be20 Merge pull request #3227 from Mattang-Dan/patch-17
1d7a2eee39 is described below

commit 1d7a2eee39f7de6eaaefc4907c934bae8552f26c
Author: Mattang-Dan <[email protected]>
AuthorDate: Thu Sep 14 05:25:59 2023 -0700

    Update setvaluefield.adoc
    
    Changed Description
---
 .../modules/ROOT/pages/pipeline/transforms/setvaluefield.adoc       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvaluefield.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvaluefield.adoc
index 052b800cfa..f813c09b57 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvaluefield.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvaluefield.adoc
@@ -44,11 +44,11 @@ The Set Field Value transform replaces the value of a field 
with the value of an
 |===
 |Option|Description
 |Transform name|Name of the transform this name has to be unique in a single 
pipeline.
-|Field name|Select the field with values to be replaced
-|Replace by value from field|Select the field whose value will replace the 
value of the field in the Field name column
+|Field name|Select the field you want to set (value to be replaced)
+|Replace by value from field|Select the field to copy from
 |===
 
 == 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