SimpleGather

Short Description

SimpleGather gathers data records from multiple inputs. The order of output records is unpredictable.

COMPONENTSAME INPUT METADATASORTED INPUTSINPUTSOUTPUTSJAVACTLAUTO-PROPAGATED METADATA
SimpleGatherx1-n1-nxx

Ports

PORT TYPENUMBERREQUIREDDESCRIPTIONMETADATA
Input0For input data recordsAny
1-nxFor input data recordsInput 0
Output0For gathered data recordsInput 0
1-nxFor gathered data recordsOutput 0

At least one connected input port and at least one connected output port are required.

Metadata

SimpleGather propagates metadata in both directions. SimpleGather does not change metadata priorities.
SimpleGather has no metadata template.
Input ports must have the same metadata. Metadata name and field names may differ but the field datatypes must correspond to each other.
Output ports must have the same metadata. Metadata name and field names may differ but the field datatypes must correspond to each other.

Details

The order of output records is unpredictable. Only the order of records coming from the single port is preserved.
SimpleGather receives data records through one or more input ports. SimpleGather gathers (demultiplexes) all records as fast as possible and sends them all to all output ports.

640

If you need a component merging input records and preserving the order, use Concatenate or Merge.

See also

Concatenate
Merge
SimpleCopy
Common Properties of Components
Specific attribute types
Common Properties of Transformers