Configuring the components - Cloud - 8.0

Ingres

Version
Cloud
8.0
Language
日本語
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
ジョブデザインと開発 > サードパーティーシステム > DBコンポーネント > Ingres
データガバナンス > サードパーティーシステム > DBコンポーネント > Ingres
データクオリティとプレパレーション > サードパーティーシステム > DBコンポーネント > Ingres
Last publication date
2023-09-14

Procedure

  1. Double-click tIngresConnection to open its Basic settings view in the Component tab.
  2. In the Server field, enter the address of the server where the Ingres DBMS resides, for example "localhost".
    Keep the default settings of the Port field.
  3. In the Database field, enter the name of the Ingres database, for example "research".
  4. In the Username and Password fields, enter the authentication credentials.
    A context variable is used for the password here. For more information on context variables, see Using contexts and variables.
  5. Double-click tFileInputDelimited to open its Basic settings view in the Component tab.
  6. Select the source file by clicking the [...] button next to the File name/Stream field.
  7. Click the [...] button next to the Edit schema field to open the schema editor.
  8. Click the [+] button to add four columns, for example name, age, job and dept, with the data type as string, Integer, string and string respectively.
    Click OK to close the schema editor.
    Click Yes on the pop-up window that asks whether to propagate the changes to the subsequent component.
    Leave other default settings unchanged.
  9. Double-click tIngresOutputBulkExec to open its Basic settings view in the Component tab.
  10. In the Table field, enter the name of the table for data insertion.
  11. In the VNode and Database fields, enter the names of the VNode and the database.
  12. In the File Name field, enter the full path of the file that will hold the data of the source file.