DataOperation routine - 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
2024-02-29

The DataOperation routine contains functions which allow you to manipulate data.

You can access these functions by double-clicking the DataOperation node under the system routines folder in the Repository tree view.

Description and syntax of DataOperation routine functions
Function Description Syntax
CHAR Converts a numeric value into its ASCII character string equivalent. DataOperation.CHAR(int i)
DTX Converts a decimal integer into its hexadecimal equivalent. DataOperation.DTX(int i)
FIX Rounds a number of type Double to a number of type Long with the precision specified in the PRECISION statement. DataOperation.FIX(double d)
XTD Converts a hexadecimal string into its decimal equivalent. DataOperation.FIX(String text)