Parse Number
  • 21 Nov 2023
  • 1 Minute to read
  • Dark
    Light

Parse Number

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version8.17.0
LocationData > Numbers

The Parse Number step will extract numbers from a specified String to convert to a decimal. It includes an option that will Convert Null Values to Zero.




Breaking Change:
Upgrading to v8.17 and above might cause a breaking change if the "Parse Number" step is used to parse a negative value to a positive value.

Example: If an input is -3.!14, then the output,
Before (v8.16 and lower): 3.14
After (v8.17 and above): -3.14

Properties

Inputs

PropertyDescriptionData Type
Convert Null To ZeroIf null values are found within the Number, they will be converted to zero.Boolean
NumberString number to convert to decimal.String

Outputs

PropertyDescriptionData Type
ParseNumber1_Output
Parsed NumberDecimal


Feature Changes

DescriptionVersionDeveloper Task
Fixed the issue where the step was unable to pass negative values.8.17[DT-039540]

Was this article helpful?