Parse Number
- 21 Nov 2023
- 1 Minute to read
- Print
- DarkLight
Parse Number
- Updated on 21 Nov 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 8.17.0 |
Location | Data > 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
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
Property | Description | Data Type |
---|---|---|
Convert Null To Zero | If null values are found within the Number, they will be converted to zero. | Boolean |
Number | String number to convert to decimal. | String |
Outputs
Property | Description | Data Type |
---|---|---|
ParseNumber1_Output | Parsed Number | Decimal |
Feature Changes
Description | Version | Developer Task |
---|---|---|
Fixed the issue where the step was unable to pass negative values. | 8.17 | [DT-039540] |
Was this article helpful?