string-filter-alnum Filter: Allow only letters and digits takes all the given input data and removes al characters except alphabetical characters and numbers. This can be usefull if data needs to be mapped to a field that only supports those charactersDocumentation 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 |
|---|---|
| ”Te$%st$#-4 “ | “Test4” |