DatabaseInsert (deprecated) - 7.3

Talend Data Mapper Functions Reference Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

Specifies the table to insert rows into a database.

This function specifies the table into which the row elements are inserted. Specify this on the I/O expression of the element that inherits from the database table, which is the parent of the Row element.

This function is optional. If an output structure has a database representation, inserting into the database is assumed. The name of the table is assumed to be the name of the single row table structure inherited by the Row element.

This function can only be used in the IO/Database tab.

Properties

Table Select the table to insert into. If not specified, assumed to be the table specified by the single row table structure inherited by the child Row element.