Type to start searching...

CopyTable

An ETL CopyTable command.

Properties
caption : string

String identifier for caption display in the UI.

dataSource : string

The name of the data source as a string.

description : string

Description of this CopyTable node.

destinationTable : string

The name (string) of the table to copy data to.

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.

mapping : string

A list of pairs for re-naming columns.

A null list means all column names will be preserved. Otherwise, all column names must be specified.
Example


'((old-name new-name) ... ).

name : string

The name of the CopyTable command.

sourceTable : string

The name (string) of the table to copy data from.

Parents