Creating a drop-down list
This Job shows how to use a MySQL database table to create a drop-down list in a
Talend
Job.
This Job uses the following components:
- a tJava component to prepare the drop-down list and store the value selected by the user at runtime in the context variable.
- a tMysqlInput component to query the people information from the employee table.
- a tLogRow component to print the result on the console.