Configuring the components - 7.3

Teradata

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Database components (Integration) > Teradata components
Data Quality and Preparation > Third-party systems > Database components (Integration) > Teradata components
Design and Development > Third-party systems > Database components (Integration) > Teradata components
Last publication date
2024-02-21

Procedure

  1. Double-click tRowGenerator to open the tRowGenerator Editor window.
    In the tRowGenerator Editor window, define the data to be generated. For this Job, the schema is composed of two columns: ID and Name.
    Enter the Number of Rows for RowGenerator to generate.
  2. Double-click tFileOutputDelimited to define its properties in the Component view.
  3. Next to File Name, browse to the output file or enter a name for the output file to be created.
  4. Between double quotation marks, enter the delimiters to be used next to Row Separator and Field Separator.
    Click Edit schema and check that the schema matches the input schema. If need be, click Sync Columns.
  5. Double-click tTeradataTPump to open its Component view.
    In the Basic settings tab of the Component view, define the tTeradataTPump parameters. I
  6. Enter the Database name, User name and Password in accordance with your database authentication information.
  7. Specify the Table into which you want to insert the customer data. In this scenario, it is called mytable.
  8. In the Script generated folder field, browse to the folder in which you want to store the script files generated.
  9. In the Load file field, browse to the file which contains the customer data.
  10. In the Error file field, browse to the file in which you want to log the error information.
  11. In the Action on data field, select Insert.