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 7e7a856295 updated Stream Schema Merge transform documentation. #4049
(#4051)
7e7a856295 is described below
commit 7e7a856295d3b1c51d20650b14edb166607f0e0e
Author: Bart Maertens <[email protected]>
AuthorDate: Thu Jun 13 16:24:00 2024 +0200
updated Stream Schema Merge transform documentation. #4049 (#4051)
* updated Stream Schema Merge transform documentation. fixes #4049
* updated Stream Schema Merge transform documentation. fixes #4049
---
.../ROOT/pages/pipeline/transforms/streamschemamerge.adoc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/streamschemamerge.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/streamschemamerge.adoc
index 96f64d7d42..f9fa84622e 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/streamschemamerge.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/streamschemamerge.adoc
@@ -22,11 +22,14 @@ under the License.
[%noheader,cols="3a,1a", role="table-no-borders" ]
|===
-|
+a|
== Description
The Stream Schema Merge transform merges multiple inputs with different
structures and creates a combination of fields.
+TIP: If the streams to merge contain fields with the same name but different
types, these fields with be combined into a single field of type `String`. +
+If you want to make sure fields keep their original data type, make sure to
convert them to identical types. e.g. through the `Metadata` tab in the
xref:/pipeline/transforms/selectvalues.adoc[Select Values] transform.
+
|
== Supported Engines
[%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
@@ -44,9 +47,6 @@ The Stream Schema Merge transform merges multiple inputs with
different structur
|===
|Option|Description
|Transform name|Name of the transform.
-|Transform|The transforms to merge.
-|OK|Confirms the current settings
-|Get|Populates the Transform column with all transforms connected to this
transform
-|Cancel|Cancels the current settings
+|Transform|The list of transforms to merge. Fields with identical field names
in two or more of the input streams will be combined into a unified field (data
type is kept if identical, converted to `String` if different). All fields from
all of the input streams will be added to the output stream.
|===