Type to start searching...

FileOutputCommand

An ETL FileOutput command.

Properties
attributes : string

The list of attributes that the command writes to the output file.

Example


A list of simple attributes: '(firstName lastName)

caption : string

String identifier for caption display in the UI.

description : string

Description of this FileOutput node.

encoding : string

The string encoding.

file : string

The path and filename of the output file.

input : string

The input cursor name.

layout : string

This 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 : string

The 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 : string

The name of the FileOutput Command.

Parents
  • ETLPipeline - Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.