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

MSSql

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コンポーネント > MSSql
データガバナンス > サードパーティーシステム > DBコンポーネント > MSSql
データクオリティとプレパレーション > サードパーティーシステム > DBコンポーネント > MSSql
Last publication date
2023-09-14

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コンポーネント.

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.