ConvertFromBinary - 8.0

Talend Data Mapper Functions Reference Guide

Version
8.0
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-10-26

Converts the specified bytes from binary into a value with a simple type.

This function is used to convert the binary value into a simple type, like an integer or string according to the specified data format and encoding. It can be used with the ExtractBytes function to read arbitrary data from binary data.

Arguments

Input Specify the binary value to be converted.

Properties

Data Type Specify the data type this function is to return.
Data Format Specify the data format to be used in the type conversion.
Encoding Enter the character encoding used to convert the value. Used only for the String data type.