Concat Process Object
The Integrator Concat process object concatenates multiple input flows together; the output column set is the union of all the input columns. If a column is requested in the output flow that does not appear in all the input flows, the value of that output column will be null in the appropriate rows.
Concat Attributes
Attribute | Type | Description |
---|---|---|
process_type (required) |
String | Identifies the object as a Concat process object. The value of this string is "concat". |
inputs (required) |
Array of Strings | Defines the name of the input flows to concatenate, in the order of processing. |
trace_after | Sub-object | Traces data flows leaving the specified object, which makes debugging scripts easier. This is equivalent to adding a Trace process object immediately after the current object. See Embedded Trace Object for more on using trace sub-objects. |