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 0bdfdda95e Update setvariable.adoc
     new dd327927d9 Merge pull request #3384 from Mattang-Dan/patch-51
0bdfdda95e is described below

commit 0bdfdda95e2e05c6d8f0bbc5c848aae4c68c39f2
Author: Mattang-Dan <[email protected]>
AuthorDate: Fri Nov 10 13:32:52 2023 -0800

    Update setvariable.adoc
---
 .../pages/pipeline/transforms/setvariable.adoc     | 24 ++++++++++------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvariable.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvariable.adoc
index 438094b3a4..e3f7cf7caa 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvariable.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/setvariable.adoc
@@ -24,8 +24,17 @@ under the License.
 |===
 |
 == Description
-
-Set Variables allows you to set variables from fields. By clicking the Get 
Fields button it will automatically fill in all the fields from the data row 
and fill in variable names in all-caps (You may have to change the scope).
+Set Variables allows you to set variables from fields. By clicking the Get 
Fields button it will automatically fill in all the fields from the data row 
and fill in variable names in all-caps. Verify the scope is correct.
+|
+== Supported Engines
+[%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
+!===
+!Hop Engine! image:check_mark.svg[Supported, 24]
+!Spark! image:question_mark.svg[Maybe Supported, 24]
+!Flink! image:question_mark.svg[Maybe Supported, 24]
+!Dataflow! image:question_mark.svg[Maybe Supported, 24]
+!===
+|===
 
 This transform accepts one (and only one) row of data to set the value of a 
variable. It is important to isolate a single row for this transform, a simple 
way to do this is using the 
xref:pipeline/transforms/blockingtransform.adoc[Blocking transform]
 
@@ -43,17 +52,6 @@ TIP: This transform accepts one (and only one) row of data 
to set the value of a
 
 WARNING: You can't set and use a variable in the same pipeline. Since all 
transforms in a pipeline run in parallel, there is no way a transform in a 
pipeline can use a variable that is set in another transform in that same 
pipeline.
 
-|
-== Supported Engines
-[%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
-!===
-!Hop Engine! image:check_mark.svg[Supported, 24]
-!Spark! image:question_mark.svg[Maybe Supported, 24]
-!Flink! image:question_mark.svg[Maybe Supported, 24]
-!Dataflow! image:question_mark.svg[Maybe Supported, 24]
-!===
-|===
-
 == Options
 
 [options="header"]

Reply via email to