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 a8735e90d9 Update coalesce.adoc
new dfd02bbdbc Merge pull request #3359 from Mattang-Dan/patch-38
a8735e90d9 is described below
commit a8735e90d965b6e527e6a5236876b28bd9ed56e1
Author: Mattang-Dan <[email protected]>
AuthorDate: Tue Nov 7 11:48:09 2023 -0800
Update coalesce.adoc
---
.../modules/ROOT/pages/pipeline/transforms/coalesce.adoc | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/coalesce.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/coalesce.adoc
index 00516d6be5..240751fd11 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/coalesce.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/coalesce.adoc
@@ -49,12 +49,11 @@ The Coalesce transform lets you list multiple fields and
returns the first non-n
|===
== Fields
-
-|Fields|specify the name, type, and value in the form of a string.
-Then, specify the formats to convert the value into the chosen data type.
+Pick a list of fields to evaluate and specify a field name and type for the
field output.
[options="header"]
|===
+|Option|Description
|Name|The result field name, can overwrite an existing one.
|Type|The formats to convert the value into the chosen data type.
|Remove|Remove input fields from the stream.