Procedure - 7.3

Database utility

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) > Database utility components
Data Quality and Preparation > Third-party systems > Database components (Integration) > Database utility components
Design and Development > Third-party systems > Database components (Integration) > Database utility components
Last publication date
2024-02-21

Procedure

  1. Drop a tCreateTable component from the Databases family in the Palette to the design workspace.
  2. In the Basic settings view, and from the Database Type list, select Mysql for this scenario.
  3. From the Table Action list, select Create table.
  4. Select the Use Existing Connection check box only if you are using a dedicated DB connection component tMysqlConnection. In this example, we won't use this option.
  5. In the Property type field, select Repository so that the connection fields that follow are automatically filled in. If you have not defined your DB connection metadata in the DB connection directory under the Metadata node, fill in the details manually as Built-in .
  6. In the Table Name field, fill in a name for the table to be created.
  7. If you want to retrieve the Schema from the Metadata (it doesn't need to be a DB connection Schema metadata), select Repository then the relevant entry.
  8. In any case (Built-in or Repository) click Edit Schema to check the data type mappingClick Edit Schema to define the data structure.
  9. Click the Reset DB Types button in case the DB type column is empty or shows discrepancies (marked in orange). This allows you to map any data type to the relevant DB data type. Then, click OK to validate your changes and close the dialog box.
  10. Save your Job and press F6 to execute it.

Results

The table is created empty but with all columns defined in the Schema.