Stream Schema Merge
Stream Schema Merge
Description
The Stream Schema Merge transform merges multiple inputs with different structures and creates a combination of fields.
Hop Engine
✓
Spark
?
Flink
?
Dataflow
?
Options
Option
Description
Transform name
Name of the transform.
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.
Last updated