Target shape
Pick the struct type to build. The node auto-fills the field list from the struct; unknown fields are silently dropped, missing values becomenil.
Mapping sources
For each field, pick a source:- Assign — copy the raw value of another assign.
- Extract — traverse a map/struct at a path (
get_in-style). Direct field access; does not route through any dated-property facade. - Dated property — read a dated property through its canonical facade. Supports an optional as-of date (literal ISO string, or the value of another assign).
- Literal — a fixed JSON-serializable value.
Configuration
- Target shape — fully-qualified module name of the struct.
- Output assign — where the built struct is written.
- Mappings — per-field source selections (edited inline in the form).