Preparing the source data - 7.3

Teradata

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

Procedure

  1. Double-click tFixedFlowInput to open its Basic settings view.
  2. Click the [...] button next to Edit schema to open the schema editor.
  3. Click the [+] button to add three columns: id of the integer type, name and sex of the string type.
  4. Click OK to close the schema editor and accept the propagation prompted by the pop-up dialog box.
  5. In the Mode area, select Use Inline Content (delimited file) and enter the input data in the Content field.
    1;Ford;Male
    2;Rose;Female
    3;Sabrina;Female
    4;Teddy;Male
    5;Kate;Male
  6. Double-click tFileOutputDelimited to open its Basic settings view.
  7. In the File Name field, specify the file into which the input data will be written. In this example, it is E:/person.csv.