The different parts of the transformer
- Source (required field) An accessor that can be used to find data in the context data based on a path. See Patterns for an overview of pattern syntax.
- Destination (required field) This functions similarly to the Source but helps determine where the data needs to be pasted within the entity.
- Strip enclosures from keys Enclosures are used when a key contains a dot (e.g., product.name becomes “product.name”). When the enclosure is stripped, the key is interpreted as a path if the destination is a pattern or key accessor.