Copy processes values by copying them into, from, and inside objects.

Interpretation Methods

The processor supports these interpretation methods:

  • object
  • data

Use Cases

Copying Data into Object

The processor uses these options for copying data into an object:

  • set_key: where data is inserted into the new object

For example, if this pattern is applied and set_key is a then the result is:

b
{"a":"b"}

Copying Data from Object

The processor uses these options for copying data from an object:

  • key: where data is read from

For example, if this pattern is applied and key is a then the result is:

{"a":"b"}
b