From 356080ea3eadbd99ea0b04ecdbd3c2dfaadaee69 Mon Sep 17 00:00:00 2001
From: PhilipCubix
Date: Wed, 15 Oct 2025 10:21:49 +0200
Subject: [PATCH] Elaborate on default replacement of null values with empty
strings
---
.../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.