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 33dec67a4c Update setvariable.adoc to define what a default value is
     new 6c937796d4 Merge pull request #3074 from hansva/doc-update
33dec67a4c is described below

commit 33dec67a4c061c396815d908676fde08c0f3f50f
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
+|===

Reply via email to