-
released this
2026-05-06 23:20:32 +02:00 | 0 commits to main since this releaseNew Features
timeperiodtransformation type — maps a time value (HH:MM) to a named period using a list offrom/to/labelranges; supports midnight-spanning ranges (e.g. 22:00–06:00)skipIfrow filtering — new top-level config key that skips rows matching a condition before any transformation is applied; supports bare conditions,and/orgroups, and arbitrary nesting; supported operators:empty,not-empty,equals,not-equals,contains,not-contains,matches,not-matches,gt,gte,lt,lteappend-if-not-emptyoutput action — newoutputActionvalue that appends the transformed value to an existing column's content only when the source value is non-empty
Behaviour Changes
ucwordsfirstcapitalisation guard — if the input already contains both uppercase and lowercase characters (mixed case),ucwordsfirstnow returns the value unchanged instead of forcing title-case; prevents over-capitalisation of values like "Coop pronto Chur"
Downloads