NodesProcessing Nodes
Edit Page on GitHubText to Number
Converts a text string representing a number (integer or float) into a numeric value.
textnumberprocessingconverterEasy0

Description
The Text to Number node converts a text string that represents a number (either integer or float) into an actual numeric value. This is useful for workflows that require numerical computations or comparisons based on user input or data retrieved as text.
Common Use Cases
- Converting user input from text fields into numbers for calculations.
- Parsing numerical data received as strings from APIs or databases.
- Preparing data for statistical analysis or machine learning models.
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowTextThe text to convert to number (e.g., '123.45')TextOutputs
The output connections this node provides:
NameDescriptionTypeNumberThe number converted from textNumberToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeTextThe text to convert to numberValue:Enter text here...TextLast updated on