string-filter-numbers Takes the input and makes sure all non numeric characters are removed. Can for example be used if the context data uses a date format with separators while the customers system only supports numbers.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
No configurable options availableSample Data
| Input data | Output data |
|---|---|
| ”date 13-12-2020” | “13122020” |