Convert
Convert processes values by changing their type (e.g., bool, int, string).
Interpretation Methods
The processor supports these interpretation methods:
- object
Options
| Field | Type | Description | Required |
|---|---|---|---|
| type | string | the target conversion type. must be one of: - bool (boolean) - int (integer) - uint (unsigned integer) - float - string | Yes |
Updated almost 3 years ago
