Name
Convert
Description
Transforms the value of a parameter from one format into another. If the result parameter exists, it will overwrite the existing data. If not the parameter will be created with the converted value.
Fields
Parameter to convert: The name of the parameter to apply the conversion to.
Conversion: The type of transformation to be performed.
Result parameter: The name of the parameter to place the converted value in.
Examples
Change an ISO 8601 date to a Unix timestamp. A date of 2017-02-17T03:29:15Z will be converted to 1487302155 seconds past Unix epoch.
Errors
Errors will occur in the following cases:
- The parameter to convert is not present
- The selected conversion cannot be applied to the parameter value
0 Comments