Creating the first subJob - 7.3

ESB REST

Version
7.3
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > ESB components > ESB REST components
Data Quality and Preparation > Third-party systems > ESB components > ESB REST components
Design and Development > Third-party systems > ESB components > ESB REST components
Last publication date
2023-06-12

About this task

To do this, proceed as follows:

Procedure

  1. Drop the following components from the Palette onto the design workspace: tFixedFlowInput from the Misc family and tMysqlOutput from the Databases > Mysql family.
  2. Link tFixedFlowInput to tMysqlOutput using a Row > Main connection.
  3. Double-click tFixedFlowInput to display its Basic settings view:
  4. Click the [...] button next to Edit schema to open the schema editor.
  5. In the schema editor, click the [+] button three times to add three lines and set them as displayed in the above screenshot.
  6. Click Ok.
  7. Back to tFixedFlowInput Basic settings view, in the Mode area, select the Use inline table option.
  8. Under the inline table, click the [+] button three times to add three rows in the table.
  9. In the inline table, click the id field of the first row and type in 1.
  10. Click the firstname field of the first row, press Ctrl+Space to display the autocompletion list and select the TalendDataGenerator.getFirstName() variable in the list.
  11. Click the lastname field of the first row, press Ctrl+Space to display the autocompletion list and select the TalendDataGenerator.getLastName() variable in the list.
  12. Do the same for the two following rows to obtain the settings displayed in the screenshot.
  13. Double-click tMysqlOutput to display its Basic settings view:
  14. From the Property Type list, leave Built-in and fill in the Host, Port, Database, Username and Password fields manually. If you centralized your connection information to the database in the Metadata > DB Connections node of the Repository, you can select Repository from the list and the fields will be automatically filled in.
    For more information about storing metadata, see Talend Studio User Guide.
  15. In the Table field, type in the name of the table in which the data will be loaded, for example: users.
  16. From the Action on table list, select Drop table if exists and create, select Insert from the Action on data list.
  17. Click Sync columns to retrieve the schema coming from the previous component.