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 29a8610db1 add tip to specify number format with rounding types in
text file output. fixes #7035 (#7036)
29a8610db1 is described below
commit 29a8610db16ee0ffc076ddbb49df6d3ba1efdf64
Author: Bart Maertens <[email protected]>
AuthorDate: Mon May 4 07:37:03 2026 +0000
add tip to specify number format with rounding types in text file output.
fixes #7035 (#7036)
---
.../modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
index 887395fb5b..f70251cdb0 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/textfileoutput.adoc
@@ -143,7 +143,10 @@ The table below describes each of the options for
configuring the field properti
Note: Trimming only works when there is no field length given.
|Null|Specify a value to insert in the field if the field value is null.
|Get Fields|Click to retrieve the list of fields from the input fields
stream(s).
-|Rounding Type| When writing numbers to a file you can specify the Rounding
type being used by default `Half Even` is used, for more information look at
the Rounding Types section
+|Rounding Type a| When writing numbers to a file you can specify the Rounding
type being used by default `Half Even` is used, for more information look at
the Rounding Types section.
+
+TIP: A number format is required with the rounding types in Text File Output.
+
|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 a string value being 0000001, we write 1, etc.