Motator

Motator's responsibility is to map Content Types and Fields between different systems. Let's say that you have a WebContentGeneric content type in the source but a RichText content type in the target, that will store the same data. You will need to use the Motator to achieve it.

Important

  1. All mapped content will live under Diesel /mapped bucket, using the same ID that the motation.

  2. All matches are case-sensitive. Be aware of that when using the API.

  3. You could use the All keyword to use mapping saved to All endpointId or/and to All originUniqueId.

  4. If you have a mapping for All endpoints, and you also have a mapping for a specific endpoint. The mapping with the specific endpoint will take priority.

Last updated