Mapping an array & a parent field
Scenario
You need to map an array within a payload but also include one of the 'parent' fields - for example, map the following:
...to:
Solution
To achieve this, the target field must be defined with double *.
characters in the data path. For example:
If you don't do this, and just enter the standard single *.
characters - for example:
....the output will be a flat object - for example:
Last updated