Applies a converter to every value in the upstream stream. Each converter is a small named module that turns one value into another (e.g. regionalize a phone number, lowercase a string, map a code to a label).Documentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
Inputs
- In — values to convert. Dated properties round-trip with their
idandvalid_frompreserved; only thevalueis replaced.
Configuration
- Converter — pick one of the registered converters.
- Options — typed form rendered from the converter’s declared params. Each converter declares its own knobs; converters that declare none show no options form.