Extract Numbers step
Introduction
The "Extract Numbers" step identifies and extracts all numeric values from a given text string. This step is useful for isolating numbers within a text for further processing or calculations.
Configuration
Value: The text string from which numbers will be extracted. This parameter is required.
Decimal Separator: Defines the character used as the decimal separator in the numbers. The default is
"."
, but you can customize it. This parameter is required.
Outputs
Numbers: A list of extracted numbers from the provided text. These numbers can be used in subsequent steps or actions.
Last updated