Skip to main content

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.

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).

Inputs

  • In — values to convert. Dated properties round-trip with their id and valid_from preserved; only the value is 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.

Ports