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.

Splits a stream of dated properties into three parallel streams: just the values, just the valid_from dates, and just the IDs. Useful when you want to feed one of those facets into another node — e.g. pull every valid_from out and run them through Date Shift, or send the IDs through Mapping. Pair with Update to put the rewritten parts back.

Outputs

  • Value — the inner values, in input order.
  • Valid From — the valid_from dates, sorted ascending.
  • ID — the IDs, in input order.

Ports