Handling a positional file based on a dynamic schema - Cloud - 8.0

Positional

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
ジョブデザインと開発 > サードパーティーシステム > ファイルコンポーネント > 固定長
データガバナンス > サードパーティーシステム > ファイルコンポーネント > 固定長
データクオリティとプレパレーション > サードパーティーシステム > ファイルコンポーネント > 固定長
Last publication date
2023-09-14

This scenario applies only to subscription-based Talend products.

For more technologies supported by Talend, see Talendコンポーネント.

This scenario describes a four-component Job that reads data from a positional file, writes the data to another positional file, and replaces the padding characters with space. The schema column details are not defined in the positional file components; instead, they leverages a reusable dynamic schema. The input file used in this scenario is as follows:

id----name--------city--------
1-----Andrews-----Paris-------
2-----Mark--------London------
3-----Marie-------Paris-------
4-----Michael-----Washington--