Skip to main content
Rewrites the valid_from date and/or id of each input dated property without changing its value.

Pairing

For each input dated property, the new valid_from and id are looked up on the corresponding ports by matching valid_from dates. If a port supplies a single dated property, that value is reused for every input.

Input shape

Each connected port must supply dated properties whose values are themselves single (one-element) lists, since the lookup expects to map one input row to one replacement value. A single dated property carrying a list of multiple values (e.g. [DatedProperty{value: ["2023-01-01", "2024-01-01"]}]) is not a valid shape and produces incorrect results. Use the Extract node upstream if you need to split a multi-value dated property into individual rows.

Skipped ports

Ports that are not connected leave the corresponding field unchanged.

Ports