The different parts of the transformer
- Source Accessor (required field) An accessor is a tool that can be used to find the data in the context data based on a pattern.
- Destination Accessor (required field) This functions similarly to the Source Accessor but helps determine where the data needs to be moved within the entity.
- Strip enclosures from keys This removes enclosures from keys containing a dot (e.g., product.name becomes “product.name”). When enclosures are stripped, the key is interpreted as a path if the destination uses a pattern or key accessor.