Liquid Studio Documentation
Data Mapping / Data Mapper Functions / By Category / String / Text Decode
In This Topic
    Text Decode
    In This Topic

    Function Name
    Text Decode
    Category
    String
    Icon
    Left
    Description
    Decodes binary data into a string using an encoding (i.e. utf-8)
    Inputs
    Data The binary data that represents the encoded string.
    Outputs
    String The decode string
    Properties
    Encoding The encoding used to convert the binary data to a string

    Usage

      Decodes a string from its binary representation, typically used with binary data read from a data source or data obtained from Base64 Decode and Hex Decode.

    This is a scalar function so the standard rules apply if multiple values are presented to one or more inputs.