Type to start searching...

ConditionalSplitCursor

An ETL ConditionalSplit cursor.

Properties
batchSize : string

Expression specifying the number of records to include in each batch of data.

Example


2000 and (* 20 100) are both valid values.

caption : string

String identifier for caption display in the UI.

condition : code

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

Description of this ConditionalSplit node.

input : string

The input cursor name.

language : schemeLanguageType

Valid values based on“languageType”.
scheme

scheme scripting language

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.

name : string

The name of the ConditionalSplit Cursor.

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