Modeling Guide

ToString Converter

The ToString Converter operator converts the input to a string. When data is received at inInterface, the following conversion is performed:

  • int: A standard conversion to string.

  • float64: A floating point conversion to string.

  • byte array: A standard conversion.

  • vora message: The body of the message.

For an SAP Vora message received at inMessage, a JSON string that represents the headers is followed by the body in its string representation.

Configuration Parameters

None

Input

Input

Type

Description

inInterface

any.*

The input interface.

inMessage

message

The input SAP Vora message.

Output

Output

Type

Description

outString

string

The output string.