One of the most common tasks when you are working with rules extensions is to transform data during attribute flow. You can use a rules extension to convert data types or to calculate new attribute values. To perform data transformations from the connector space to the metaverse, implement the MapAttributesForImport method. For data transformation between the metaverse and connector space, implement the MapAttributesForExport method.

The following topics explain how to perform data transformations using rules extensions:

See Also

Reference

MapAttributesForImport
MapAttributesForExport

Concepts

Using Rules Extensions