Microsoft Identity Integration Server 2003 Developer Reference

Transforming Data

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

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