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

Exasol

Version
Cloud
8.0
Language
日本語
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > DBコンポーネント > Exasol
データガバナンス > サードパーティーシステム > DBコンポーネント > Exasol
データクオリティとプレパレーション > サードパーティーシステム > DBコンポーネント > Exasol
Last publication date
2023-09-14

Procedure

  1. Double-click the tExasolBulkExec 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 tExasolBulkExec 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.