Microsoft Dynamics CRM Help

Transformation Reference

Transformations cannot be defined through the user interface of the Import Data Wizard. They must be defined in a data map.

There are two types of transformations:

Transformations are used inside an <EntityMap> element in a data map.

  • Each input is a fixed string or the value of a column in the source file referenced in the <EntityMap>.
  • The output maps to one or more Microsoft Dynamics CRM fields in the target record type.

For descriptions of each XML element shown in the examples, see Data Map Schema Reference.

Important

Parameters and XML elements in each transformation mapping must be used in the order shown in the examples.

Steps for using a transformation.

String Transformations

Unless specified as optional, all parameters are required.

Concatenate

Split

Substring

Replace

Assign Value

Date Transformations

Unless specified as optional, all parameters are required.

Add to Date

Add to Current Date

Advanced Add to Current Date

Notes

  • You cannot use multiple transformations on the same columns.
  • You cannot use transformations on drop-down list attributes.

Related Topics

Work with Data Maps

Transformation Reference

© 2012 Microsoft Corporation. All rights reserved.