Setting up the tDBOutput_1 component - Cloud - 8.0

PostgreSQL

Version
Cloud
8.0
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 > Database components (Integration) > PostgreSQL components
Data Quality and Preparation > Third-party systems > Database components (Integration) > PostgreSQL components
Design and Development > Third-party systems > Database components (Integration) > PostgreSQL components
Last publication date
2023-09-22
The tDBOutput_1 component writes the data received from tFixedFlowInput to a database table in the specified Google Cloud SQL for PostgreSQL instance.

Procedure

  1. Double-click tDBOutput_1 to open its Basic settings view.
  2. Make sure that PostgreSQL is selected from the Database drop-down list.
  3. Select the Use an existing connection option and select tDBConnection_1 from the Component List drop-down list.
    This step enables the tDBOutput_1 component to reuse the database connection established by the tDBConnection_1 component.
  4. Type in the name of the database table to write the data into in the Table field (users in this example).
    You can also select an existing database table by clicking the [...] button next to the Table field.
  5. Select the action to be performed to the database table from the Action on table drop-down list (Default in this scenario).
  6. Select the action to be performed to the data from the Action on data drop-down list (Insert in this scenario).
  7. Click the Sync columns button to make sure the component has the same columns as those of the tFixedFlowInput_1 component.
  8. Leave the other options as they are.