Overview
Theparse-number transformation converts a string value to a number.
Syntax
Parameters
Examples
This transformation will attempt to parse the string as a number. If the string cannot be parsed, it may return an error or null value.
Convert a string to a number
parse-number transformation converts a string value to a number.