Configuration
rowsis the ordered list of mapping rules. Each row carries a regex pattern, an output value, and the property type that the output value should be cast to.fallback_rowis the row used when no row inrowsmatches. If nofallback_rowis configured either, the output for that input isnil.
Matching
For each input dated property, the value is converted withto_string/1 and matched against each row’s regex in order. The first match wins. The matched row’s output value is then cast to its declared property type before being emitted.