Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

DataOperation routine

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)

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!