Wednesday, June 19, 2013

Table Input

Description

This step is used to read information from a database, using a connection and SQL. Basic SQL statements can be generated automatically by clicking Get SQL select statement.

Options

Option Description
Step name Name of the step;the name has to be unique in a single transformation
Connection The database connection from which to read data
SQL The SQL statement used to read information from the database connection. You can also click Get SQL select statement... to browse tables and automatically generate a basic select statement.
Enable lazy conversion When enables, lazy conversion avoids unnecessary data type conversions and can result in a significant performance improvements.
Replace variables in script? Enable to replace variables in the script; this feature was provided to allow you to test with or without performing variable substitutions.
Insert data from step Specify the input step name where Pentaho? an expect information to come from. This information can then be inserted into the SQL statement. The locators where Pentaho? inserts information is indicated by ? (question marks).
Execute for each row? Enable to perform the data insert for each individual row.
Limit size Sets the number of lines that is read from the database; zero (0) means read all lines.

No comments:

Post a Comment