g_ETLPipelineSteps_ChannelOutputCommand
ChannelOutputCommand
An ETL ChannelOutput command.
Properties
attributes : stringThe list of attributes that the command passes on to the output channel.
Simple attributes or fields of complex attributes can be specified.- Example
A list of simple attributes: '(firstName lastName)
A list with a complex attribute: '(firstName (homeAddress city))
caption : stringString identifier for caption display in the UI.
channel : stringThe output channel name as a string.
cumulate : stringTrue to combine all records into one large message; false to send each batch as a separate message.
description : stringDescription of this ChannelOutput node.
input : stringThe input cursor name.
layout : stringThis attribute captures the UI layout information for rendering the model in the editor. The values change as users moves the element in the editor.
message : stringThe name of the message type as a string.
The message type should be in the following format:
MessageName (Format: ...) + rows [*] + attr1: string [0..1] + attr2: integer [1..1] ...
where attr1, attr2, etc. are the attributes of the incoming and outgoing records.name : stringThe name of the ChannelOutput Command.
pageSize : stringThe page size which is used to initialize the internal PagedArrayList.
Parents
g_ETLActivitySteps_ETLPipeline - Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.
Parent topic: g_ETLActivitySteps_ETLPipeline