tTeradataMultiLoad
Executes a database query according to a strict order which must be the same as the
one in the schema.
tTeradataMultiLoad reads a database
and extracts fields using queries. The retrieved list of fields is then transferred to the
next component, using a connection flow (Main row).
tTeradataMultiLoad Standard properties
These properties are used to configure tTeradataMultiLoad running in the Standard Job framework.
The Standard
tTeradataMultiLoad component belongs to the Databases family.
The component in this framework is available in all Talend
products.
Basic settings
Property type |
Either Built-in or |
 |
Built-in: No property data stored |
 |
Repository: Select the repository |
Execution platform |
Select the Operating System type you use. |
Host |
Host name or IP address of the database server. |
Database |
Database name. |
Username and |
DB user authentication data. To enter the password, click the […] button next to the |
Table |
Name of the table to be written. Note that only one table can be |
Schema and Edit |
A schema is a row description. It defines the number of fields |
 |
Built-In: You create and store the schema locally for this component |
 |
Repository: You have already created the schema and stored it in the |
 |
Click Edit
|
Script generated folder |
Browse your directory and select the destination of the file which |
Action to data |
On the data of the table defined, you can perform:
Insert: Add new entries to the
Update: Make changes to existing Insert or update: Insert a new record. If
Delete: Remove entries Warning:
It is necessary to specify at least one |
Where condition in case Delete |
Type in a condition, which, once verified, will delete the This field appears only when Delete is selected from the Action to data drop-down list. |
Load file |
Browse your directory and select the file from which you want to |
Field separator |
Character, string or regular expression to separate fields. |
Error file |
Browse your directory and select the destination of the file where |
Advanced settings
Define Log table |
This check box is selected to define a log table you want to use |
BEGIN LOAD |
This field allows you to define your BEGIN LOAD command to For more information, see Teradata MultiLoad |
Return mload error |
Select this check box to specify the exit code number to indicate |
Define character set |
Specify the character encoding you need use for your system |
tStat |
Select this check box to collect log data at the component |
Global Variables
Global Variables |
EXIT_VALUE: the process exit code. This is an After
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 |
This component offers the flexibility of the DB query and covers |
Related scenario
For related topic, see Inserting data into a Teradata database table.