DataOperation routine - 7.3

Talend Open Studio User Guide

Version
7.3
Language
English
Product
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for Data Quality
Talend Open Studio for ESB
Module
Talend Studio
Content
Design and Development
Last publication date
2023-10-11
Available in...

Open Studio for Big Data

Open Studio for Data Integration

Open Studio for ESB

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.

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)