Skip to main content

Table Input

Description

Table Input is a step in the Input Plugin for Process Studio Workflows. Table input step is used read and input data from databases using SQL statements.

Configurations

No.Field NameDescription
1Step nameSpecify the name of this step in the workflow workspace. Step name must be unique.
Content Tab:
1Step NameSpecify the name of this step in the workflow workspace. Step name must be unique.
2ConnectionSelect existing Database connection for reading data.
3Button: EditClick to edit database connection properties.
4Button: NewClick this button to create and configure settings of a new database connection.
5Button: WizardClick to create a new wizard-based database connection.
6SQLSpecify SQL statement for reading information from a database connection.
7Button:Get SQL select statementClick Get SQL select statement... to browse tables and automatically generate a basic select statement.
8Enable lazy conversionIf checked, unnecessary data type conversions are avoided resulting in performance improvements.
9Replace variables in script?If checked, it allows performing testing with or without performing variable substitutions.
10Insert data from stepSelect a field in the input stream from which information is expected to come.
11Execute for each row?If checked, it performs data insertion for each individual row.
12Limit sizeSpecify the number of lines to read from the database. Zero (0) means read all lines.