g_ETLPipelineSteps_FileOutputCommand
FileOutputCommand
An ETL FileOutput command.
Properties
attributes : stringThe list of attributes that the command writes to the output file.
- Example
A list of simple attributes: '(firstName lastName)
caption : stringString identifier for caption display in the UI.
description : stringDescription of this FileOutput node.
encoding : stringThe string encoding.
file : stringThe path and filename of the output file.
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 FileOutput Command.
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