This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new add4fc5a34 Elaborate on default replacement of null values with empty
strings (#5828) (#5829)
add4fc5a34 is described below
commit add4fc5a34c85ffc82e05e1a58b5a24ec37b41d3
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Oct 15 10:40:35 2025 +0200
Elaborate on default replacement of null values with empty strings (#5828)
(#5829)
Co-authored-by: PhilipCubix <[email protected]>
---
.../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.