This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch release/2.4.0
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/release/2.4.0 by this push:
new 91cb538d1d Update setvariable.adoc to define what a default value is
new eeb662ed17 Merge pull request #3072 from Mattang-Dan/patch-1
91cb538d1d is described below
commit 91cb538d1d37fa70a4c080d698061b1b10261f62
Author: Mattang-Dan <[email protected]>
AuthorDate: Tue Jul 11 15:28:36 2023 -0400
Update setvariable.adoc to define what a default value is
It would be great to have some examples of default values here too
---
.../modules/ROOT/pages/pipeline/transforms/setvariable.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 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 5f04d02787..f810503b73 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
@@ -57,5 +57,5 @@ Otherwise no formatting is done.
* Valid in the grand-parent workflow: the variable is valid in the
grand-parent workflow and all the child workflows and pipelines.
* Valid in the root workflow: the variable is valid in the root workflow and
all the child workflows and pipelines.
-|Default value|Name of the variable to set
-|===
\ No newline at end of file
+|Default value|Value that will be set for empty rows
+|===