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

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


The following commit(s) were added to refs/heads/release/2.15.0 by this push:
     new 8231e5ebd1 Elaborate on default replacement of null values with empty 
strings (#5828)
8231e5ebd1 is described below

commit 8231e5ebd1867f0eba1711a653c178d5d55038af
Author: PhilipCubix <[email protected]>
AuthorDate: Wed Oct 15 10:32:11 2025 +0200

    Elaborate on default replacement of null values with empty strings (#5828)
---
 .../modules/ROOT/pages/pipeline/transforms/concatfields.adoc            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/concatfields.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/concatfields.adoc
index 69f7f9401c..f68e890bfa 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/concatfields.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/concatfields.adoc
@@ -87,7 +87,7 @@ See Number Formats for a complete description of format 
symbols.
 |Group|A grouping can be a "," (10,000.00) or "." (5.000,00)
 |Trim type|The trimming method to apply on the string.
 Trimming only works when there is no field length given.
-|Null|If the value of the field is null, insert this string into the textfile
+|Null|A string to replace null values of this field with, by default null is 
replaced with an empty string.
 |Get|Click to retrieve the list of fields from the input fields stream(s)
 |Minimal width|Alter the options in the fields tab in such a way that the 
resulting width of lines in the text file is minimal.
 So instead of save 0000001, we write 1, etc.

Reply via email to