Changing the type of an element from one simple type to another simple type - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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
Design and Development
Last publication date
2023-12-04
Available in...

Data Fabric

MDM Platform

About this task

The following example shows how to change the type of the element CommissionCode in the Agent entity from string to int:

Procedure

  1. In the Data Model Entities area, click the element CommissionCode.
  2. From the Properties view, click the Main tab.
  3. Click the Change Type button to open the Change Element Type dialog box.
  4. Keep the default option Simple Type, click Next, and then select int from the Built-in Type list.
  5. Click Finish.
    The type of the element CommissionCode is changed from string to int.