Skip to main content
Moves all paths matching the source pattern to a new location, combining them with a static value at the destination. Useful for restructuring data by relocating a set of keys and adding a fixed value alongside them.

Fields

Source

Required. Dot-notated source pattern for the data to move. Use * to match all array items, e.g. items.*.

Destination

Required. Dot-notated destination path where the matched data is written.

Value

Required. A static value to set at the destination alongside the moved data.