Convert processes values by changing their type (e.g., bool, int, string).

Interpretation Methods

The processor supports these interpretation methods:

  • object

Options

FieldTypeDescriptionRequired
typestringthe target conversion type.

must be one of:
- bool (boolean)
- int (integer)
- uint (unsigned integer)
- float
- string
Yes