Skip to main content
Picks a value out of a raw map by path. The map comes either from the wired input or, when unwired, from the current Raw Each iteration.

Configuration

  • Path — dot-separated keys to walk into the map. Missing keys resolve to nil; no error.

Tips

  • Inside a Raw Each body, leave the input unwired and Raw Read will pull the current row implicitly.
  • Pipe the output into Wrap Raw (and optionally To Date / To Integer) to materialise it as a dated property.

Ports