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

Dynamic Schema

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 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--