Data Migration and Import Entity Model
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
The data migration and import entity model is a set of entities that is used for implementing and running data migration and import.
The data map entities are used to create data mappings for data migration and import.
The import (data import) and import file entities contain information that is used to configure and run import and migration jobs.
The import log entity contains error data that is logged during parsing, transforming, and uploading of data into Microsoft Dynamics CRM.
Data Import Entities
The following table contains the entities that are used for configuring, running, and logging the results of the data migration and import operations.
| Entity name | Description |
| import (data import) | Status and ownership information for the import and data migration jobs. |
| import file | Logical source file that is used in data import and data migration. |
| import log | Failure reason and other detailed information for an entity instance that failed to import. |
Data Map Entities
The following table contains the entities that are used for creating the data maps.
| Entity name | Description |
| import map (data map) | Data map that is used for import and data migration. |
| column mapping | Mapping between a column in the source file and a target attribute in Microsoft Dynamics CRM. |
| lookup mapping | Mapping between a column in the source file, or an output of a complex transformation and a target attribute of type lookup. Used in conjunction with column mapping or complex transformation mapping. |
| owner mapping | Mapping between a system user specified in the source file and a user in Microsoft Dynamics CRM. |
| picklist mapping | Mapping between a column in the source file and a target attribute of picklist, Boolean, state, or status type in Microsoft Dynamics CRM. Used in conjunction with column mapping. |
| transformation mapping | Complex transformation mapping that is used in data migration. |
| transformation parameter mapping | Parameter mapping that is used in complex transformation mapping. |
See Also
Concepts
- Import (data import) Entity Capabilities
- Import (data import) Attributes
- Import File Entity Capabilities
- Import File Attributes
- Import Log Entity Capabilities
- Import Log Attributes
- Import Map (data map) Entity Capabilities
- Import Map (data map) Attributes
- Column Mapping Entity Capabilities
- Lookup Mapping Entity Capabilities
- Owner Mapping Entity Capabilities
- Picklist Mapping Entity Capabilities
- Transformation Mapping Entity Capabilities
- Transformation Parameter Mapping Entity Capabilities
Other Resources
.gif)