Updating data in the Postgresql table - 7.3

SCDELT

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 Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Business Intelligence components > SCDELT components
Data Quality and Preparation > Third-party systems > Business Intelligence components > SCDELT components
Design and Development > Third-party systems > Business Intelligence components > SCDELT components
Last publication date
2024-02-21

Procedure

  1. Double-click the second tFixedFlowInput component to open its Basic settings view.
  2. Click the [...] button next to Edit schema and in the pop-up dialog box, define the schema by adding four columns: id of Integer type as the primary key, name and role of String type, and salary of Double type.

    This schema is the same as the schema of the first tFixedFlowInput component, you can just copy and paste it.

  3. Click OK to save the schema changes. In the pop-up dialog box, click Yes to propagate the schema to the next component.
  4. Select Use Inline Content in the Mode area. Then in the Content field displayed, enter the following employee data to update the existing data.
    1;Mark Smith;tester;15000.00
    2;Thomas Johnson;tester;18000.00
    3;Teddy Brown;writer;17000.00
    4;John Clinton;developer;19000.00
  5. Double-click the second tPostgreSQLOutput component to open its Basic settings view.
  6. Select the Use an existing connection check box and from the Component List drop-down list displayed, select the connection component to reuse the connection created by it, tPostgreSQLConnection_1 in this example.
  7. In the Table field, enter the name of the table, in which the data will be updated, employee in this example.
  8. Select Default from the Action on table drop-down list.
  9. Select Insert or update from the Action on data drop-down list.