Loading the source data into a newly created Exasol database table - 7.3

Exasol

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

Procedure

  1. Double-click the tEXABulkExec component to open its Basic settings view.
  2. Fill in the Host, Port, Schema, User and Password fields with your Exasol database connection details.
  3. In the Table field, enter the name of the table into which the source data will be written. In this example, the target database table is named "employee" and it does not exist.
  4. Select Create table from the Action on table list to create the specified table.
  5. In the Source area, select Local file as the source for the input data, and then specify the file that contains the source data. In this example, it is "E:/employee.csv".
  6. Click the [...] button next to Edit schema to open the Schema dialog box and define the schema, which should be the same as that of the tFixedFlowInput component.
    Then click OK to validate these changes and close the dialog box.
  7. Click Advanced settings to open the Advanced settings view of the tEXABulkExec component.
  8. In the Column Formats table, for the two numeric fields EmployeeID and MonthSalary, select the corresponding check boxes in the Has Thousand Delimiters column, and then define their format model strings in the corresponding fields of the Alternative Format column. In this example, "99G999" for EmployeeID and "99G999D99" for MonthSalary.
  9. Make sure that the Thousands Separator and Decimal Separator fields have values identical to those of the tFileOutputDelimited component and keep the default settings for the other options.