ES-746

Extraction processing of character strings in scripts was added

Version when it was added

Ver.2.2.0

Affected module

HULFT IoT EdgeStreaming Studio

HULFT IoT EdgeStreaming Runtime

Description

By using the following logic of mapping, you can perform the character string processing in scripts.

  • "String" - "Calculation" - "Left string":

    Extract a string of the specified byte length from the left of the input string.

  • "String" - "Calculation" - "Right string":

    Extract a string of the specified byte length from the right of the input string.

  • "String" - "Calculation" - "Middle string":

    Extract a string of the specified byte length from the specified part of the input string.