g_ETLPipelineSteps_ConditionalSplitCursor
ConditionalSplitCursor
An ETL ConditionalSplit cursor.
Properties
batchSize : stringExpression specifying the number of records to include in each batch of data.
- Example
2000 and (* 20 100) are both valid values.
caption : stringString identifier for caption display in the UI.
condition : codeExpression to run for each record to determine which output the record will be directed to.
True if the record goes to the .true output; false if the record goes to the .false output. The current record is accessible with the 'record' variable.Valid values based on“string”. description : stringDescription of this ConditionalSplit node.
input : stringThe input cursor name.
language : schemeLanguageTypeValid values based on“languageType”. scheme scheme scripting language
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 name of the ConditionalSplit Cursor.
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