Procedure
-
Double-click the tEXAInput component to open its Basic settings view.
- Fill in the Host name, Port, Schema name, Username and Password fields with your Exasol database connection details.
- In the Table Name field, enter the name of the table from which the data will be retrieved. In this example, it is "employee".
-
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.
-
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
-
Double-click the tLogRow component to open its Basic settings view.
- In the Mode area, select the Table (print values in cells of a table) option for better readability of the output.