Skip to main content
Skip table of contents

g_ETLPipelineSteps_ConditionalSplitCursor

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

  • 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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.