Transforms
Mutate Type
Mutates the type of a value in the record.
Example
This example shows how to use the MutateType transformation to change the type of a value in a record.
Code
Given the input record:
Code
The output record will be:
Code
This example shows how to change the type to a boolean:
Code
Given the input record:
Code
The output record will be:
Code
Last modified on