Skip to main content
Skip table of contents

g_ETLPipelineSteps_LogCursor

LogCursor

An ETL logging cursor.

Properties

batchArgs : string

List of arguments to log.

If batchId is specified, these are the arguments used to format it. Otherwise, these expressions are evaluated and output as is. Available variables are: 'batch' and 'cursor'.
batchId : string

Optional string or string id to log when the cursor is opened.

If present the args are formatted based on this string. Otherwise, all args are displayed. If args are unspecified, this may be any scheme expression and will be evaluated and output as is. Available variables are: 'batch' and 'cursor'.
caption : string

String identifier for caption display in the UI.

closeArgs : string

List of arguments to log.

If closeId is specified, these are the arguments used to format it. Otherwise, these expressions are evaluated and output as is. Available variable is: 'cursor'.
closeId : string

Optional string or string id to log when the cursor is opened.

If present the args are formatted based on this string. Otherwise, all args are displayed. If args are unspecified, this may be any scheme expression and will be evaluated and output as is. Available variable is: 'cursor'.
description : string

Description of this LogCursor node.

input : string

The input cursor name.

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.

level

The log level. One of: dump, debug, warn, info, error, fatal.

Valid values based on“string”.
dump
debug
warn
info
error
fatal
name : string

The name of the Log Cursor.

openArgs : string

List of arguments to log.

If openId is specified, these are the arguments used to format it. Otherwise, these expressions are evaluated and output as is. Available variable is: 'cursor'.
openId : string

Optional string or string id to log when the cursor is opened.

If present the args are formatted based on this string. Otherwise, all args are displayed. If args are unspecified, this may be any scheme expression and will be evaluated and output as is. Available variable is: '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.