tELTOutput
Carries out the action on the table specified and inserts the data according to the
output schema defined in the ELT Mapper.
The three ELT components are closely related, in terms of
their operating conditions. These components should be used to handle DB schemas to
generate Insert statements, including clauses, which are to be executed in the DB output
table defined.
Note that it is highly recommended to use
the ELT components for a specific type of database (if any) instead of the ELT
components. For example, for Teradata, it is recommended to use the tELTTeradataInput, tELTTeradataMap and tELTTeradataOutput components instead.
tELTOutput Standard properties
These properties are used to configure tELTOutput running in the Standard Job
framework.
The Standard
tELTOutput component belongs to the ELT family.
The component in this framework is available in all Talend
products.
Basic settings
Action on table |
Select an operation to be performed on the table defined.
|
Action on data |
On the data of the table defined, you can
|
Schema and Edit schema |
A schema is a row description, it defines the Click Edit
|
 |
Built-in: The schema is |
 |
Repository: The schema |
Where clauses for (for UPDATE and |
Enter a clause to filter the data to be updated |
Default Table Name |
Enter the default table name, between double |
Default Schema Name |
Enter the default schema name, between double |
Table name from connection name is |
Select this check box when the name of the connection to this |
Use different table name |
Select this check box to define a different |
Mapping |
Specify the metadata mapping file |
Advanced settings
Use update statement without subqueries |
Select this option to generate an UPDATE statement for the This option is available when Update is selected from the |
Clause SET |
Select the column names that will be used to generate the SET SET clauses will not be generated for the columns that are not selected. This field appears when Update is |
tStatCatcher Statistics |
Select this check box to gather the Job |
Global Variables
Global Variables |
NB_LINE: the number of rows read by an input component or
NB_LINE_INSERTED: the number of rows inserted. This is an
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
tELTOutput is to be Note that the ELT components do not handle |
Limitation |
Avoid using any keyword for the database as the table/column |