Retrieving data from the Exasol database table - Cloud - 8.0

Exasol

Version
Cloud
8.0
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-20

Procedure

  1. Double-click the tExasolInput component to open its Basic settings view.
  2. Fill in the Host name, Port, Schema name, Username and Password fields with your Exasol database connection details.
  3. In the Table Name field, enter the name of the table from which the data will be retrieved. In this example, it is "employee".
  4. 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 close the dialog box and accept schema propagation to the next component.
  5. Click the Guess Query button to fill the Query field with the following auto-generated SQL statement that will be executed on the specified table.
    SELECT employee.EmployeeID,
    		employee.EmployeeName,
    		employee.OrgTeam,
    		employee.JobTitle,
    		employee.OnboardDate,
    		employee.MonthSalary
    FROM	employee
  6. Double-click the tLogRow component to open its Basic settings view.
  7. In the Mode area, select the Table (print values in cells of a table) option for better readability of the output.