From a8735e90d965b6e527e6a5236876b28bd9ed56e1 Mon Sep 17 00:00:00 2001 From: Mattang-Dan <100213981+Mattang-Dan@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:48:09 -0800 Subject: [PATCH] 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 00516d6be51..240751fd114 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.