Arithmetic operation - 7.3

tMap

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

You can perform arithmetic operations including additions, subtractions, multiplications and divisions in the Expression Builder.

As shown below, there is a new column called new_salary in the output table. Its value is the original salary plus 500.

The input data will be transformed to output data after being processed in the tMap component.

Input table:

employee_id name salary
1 Elisa 12000
2 Nicolas 13000
3 Patrick 10000

Output table:

employee_id name salary new_salary
1 Elisa 12000 12500
2 Nicolas 13000 13500
3 Patrick 10000 10500