Skip to main content Skip to complementary content

Retrieving data from the Exasol database table

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!