g_ETLPipelineSteps_CreateCommand
CreateCommand
Use the Create Object command to create a new object from the data that you are processing.
Properties
attributeMapping : stringThe attribute mapping for the input attribute names.
- Example
'((firstName firstName1) (homeAddress homeAddress1))
attributes : stringThe list of class attributes whose values you want to specify using the data.
You can only specify attributes of the class you are instantiating. You cannot specify attributes of associated classes. That is, you cannot specify the details of a complex attributes.- Example
Specifying '(firstName homeAddress) indicates that you will use the data to specify values of the firstName and homeAddress attributes of the class.
caption : stringString identifier for caption display in the UI.
class : stringThe class type to create from the data.
- Example
If you want to use the data to create an instance of the Person class, specify "Person".
description : stringA description for this Create Object command. This text is displayed as an element note in the ETL diagram.
eventless : booleanTrue (default) to disable event firing for the new instances that are created.
input : stringThe name of the cursor that the command will access to receive its data.
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.
name : stringThe cursor name. This name is diplayed on the ETL diagram.
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