Parse Number Without Cleaning
- 02 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Parse Number Without Cleaning
- Updated on 02 Dec 2022
- 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 | 7.12.0 |
Location | Data > Numbers |
The Parse Number Without Cleaning Step converts a string to decimal if it contains a number in the string. Otherwise, the step returns a value of '0' as an output.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Number | String to convert to decimal. Must contain all numbers or will return "0". | String |
Outputs
Property | Description | Data Type |
---|---|---|
ParseNumberWithoutCleaning1_Output | Converted Number. | Decimal |
Was this article helpful?