g_ETLActivitySteps_CopyTable
CopyTable
An ETL CopyTable command.
Properties
caption : stringString identifier for caption display in the UI.
dataSource : stringThe name of the data source as a string.
description : stringDescription of this CopyTable node.
destinationTable : stringThe name (string) of the table to copy data to.
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.
mapping : stringA 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 : stringThe name of the CopyTable command.
sourceTable : stringThe name (string) of the table to copy data from.
Parents
ETLActivity - An ETL activity.
g_ETLActivitySteps_Join_Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
Parent topic: ETLActivity
Parent topic: g_ETLActivitySteps_TryCatch_Try
Parent topic: g_ETLActivitySteps_TryCatch_Catch
Parent topic: g_ETLActivitySteps_Join_Sequence