Skip to main content
This page will explain what accessors are and how they are used to target data inside transformers. The following accessor are available:
NameDescription
Apply accessor to child itemsApplies another accessor to each child item matching the supplied pattern.
By keyAccesses values at the supplied keys.
By key-value structureAccesses values in a list where each item has a configurable key field and value field.
By patternAccesses values whose paths match the supplied pattern.