Inserting data into a database table and extracting useful information from it - 7.3

MSSql

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 > Database components (Integration) > MSSql components
Data Quality and Preparation > Third-party systems > Database components (Integration) > MSSql components
Design and Development > Third-party systems > Database components (Integration) > MSSql components
Last publication date
2024-02-21

The scenario describes a Job that reads the employee data from a text file, inserts the data into a table of an MSSQL database, then extracts useful data from the table, and displays the information on the console.

For more technologies supported by Talend, see Talend components.

This scenario involves the following components:

  • tMSSqlConnection: establishes a connection to the MSSQL server.

  • tFileInputDelimited: reads the input file, defines the data structure and sends it to the next component.

  • tMSSqlOutput: writes data it receives from the preceding component into a table of an MSSQL database.

  • tMSSqlInput: extracts data from the table based on an SQL query.

  • tLogRow: displays the information it receives from the preceding component on the console.

  • tMSSqlCommit: commits the transaction in the connected MSSQL server.