Configuring the components - 7.3

CombinedSQL

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 > ELT components > CombinedSQL components
Data Quality and Preparation > Third-party systems > ELT components > CombinedSQL components
Design and Development > Third-party systems > ELT components > CombinedSQL components
Last publication date
2024-02-21

The schema defined through tCombinedSQLInput can be different from that of the source table as you can just instantiate the desired columns of the source table. Therefore, tCombinedSQLInput also plays a role of column filtering.

In this scenario, the source database table has seven columns: id, first_name, last_name, city, state, date_of_birth, and salary while tCombinedSQLInput only instantiates four columns that are needed for the aggregation: id, state, date_of_birth, and salary from the source table.