SetJobOutput
Short description
The component SetJobOutput writes incoming records to output dictionary entries. Output dictionary entries are populated according to mapping.
First input record sets values of dictionary entries, and subsequent input records override the existing values.
Same input metadata | Sorted inputs | Inputs | Outputs | Each to all outputs | Java | CTL | Auto-propagated metadata |
---|---|---|---|---|---|---|---|
- |
- |
1 |
0 |
- |
⨯ |
✓ |
⨯ |
Ports
Port type | Number | Required | Description | Metadata |
---|---|---|---|---|
Input |
0 |
✓ |
For records to be written to dictionary. |
Any |
Metadata
You can use any metadata fields.
SetJobOutput attributes
Attribute | Req | Description | Possible values |
---|---|---|---|
Basic |
|||
Mapping |
no |
This attribute specifies mapping from input record metadata to output dictionary entries. Each incoming record is processed by this mapping and its values are mapped to a dictionary. In fact, mapping attribute is a regular CTL transformation from input metadata structure to record, which represents output dictionary entries. |