Generating the temporary input file - Cloud - 8.0

Chart

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

Procedure

  1. Double-click the first tFileOutputDelimited component to display its Basic settings view.
  2. In the File Name field, define a temporary CSV file to send the mapped data flows to. In this use case, we name this file Temp.csv. This file will be used as the input to the tLineChart component.
  3. Select the Append check box.
  4. Repeat the steps above to define the properties of the other two tFileOutputDelimited components, using exactly the same settings as in the first tFileOutputDelimited component.
    Note:

    Note that the order of output flows from the tMap component is not necessarily the actual order of writing data to the target file. To ensure the target file is correctly generated, we need to delete the file by the same name if it already exists before Job execution and select the Append check box in all the tFileOutputDelimited components in this step.