Retrieving data from the EXASolution database table
-
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 EXASolution 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.1234567SELECT employee.EmployeeID,employee.EmployeeName,employee.OrgTeam,employee.JobTitle,employee.OnboardDate,employee.MonthSalaryFROM 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.
Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Login
0 Comments