We assume that you have already learned what is described in:
If you want to find the right Transformer for your purposes, see Transformers Comparison.
SimpleGather gathers data records from multiple inputs.
Component | Same input metadata | Sorted inputs | Inputs | Outputs | Java | CTL |
---|---|---|---|---|---|---|
SimpleGather | yes | no | 1-n | 1 | - | - |
SimpleGather receives data records through one or more input ports. SimpleGather the gathers (demultiplexes) all the records as fast as possible and sends them all to the single output port. Metadata of all input and output ports must be the same.
Port type | Number | Required | Description | Metadata |
---|---|---|---|---|
Input | 0 | yes | For input data records | Any |
1-n | no | For input data records | Input 01) | |
Output | 0 | yes | For gathered data records | Input 01) |
Legend:
1): Metadata can be propagated through this component. All output metadata must be the same.