SimpleCopy
Short Description
SimpleCopy copies data to all connected output ports.
COMPONENT | SAME INPUT METADATA | SORTED INPUTS | INPUTS | OUTPUTS | JAVA | CTL | AUTO-PROPAGATED METADATA |
---|---|---|---|---|---|---|---|
SimpleCopy | - | x | 1 | 1-n | x | x | ✓ |
Ports
PORT TYPE | NUMBER | REQUIRED | DESCRIPTION | METADATA |
---|---|---|---|---|
Input | 0 | ✓ | For input data records | Any |
Output | 0 | ✓ | For copied data records | Input 0 |
1-n | x | For copied data records | Output 0 |
Metadata
SimpleCopy propagates metadata in both directions. SimpleCopy does not change a priority of propagated metadata.
SimpleCopy does not have any metadata template.
SimpleCopy does not require any specific metadata fields.
Metadata on all output ports must be the same. The metadata name and field names may differ but the field datatypes must correspond to each other.
Metadata on the output port(s) can be fixed-length or mixed even when those on the input are delimited, and vice versa.
Details
SimpleCopy receives data records through the single input port and copies each of them to all connected output ports.
Hint!
You can use SimpleCopy to transform fixed length metadata to delimited metadata, and vice versa. But the number of fields and their data types must be preserved.
See also
SimpleGather
Merge
Partition
Common Properties of Components
Specific attribute types
Common Properties of Transformers
Updated 11 months ago