Splits a stream of dated properties into three parallel streams: just the values, just theDocumentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
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_fromdates, sorted ascending. - ID — the IDs, in input order.