Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Use the Import Data Wizard for a CSV-based mass upload of accounts.
- Prepare the CSV file.
- Ensure the file is in a supported format such as
.csv. - Include the required account data and make sure each source column can be mapped to a Dynamics CRM field.
- Unmapped columns are not imported.
- Ensure the file is in a supported format such as
- Open the import experience.
- In Dynamics 365 Customer Engagement (on-premises), go to Settings > Data Management > Imports.
- Select Import Data > Import Data.
- Upload the CSV file.
- Browse to the saved file, select it, then select Open and Next.
- Only one file can be imported at a time unless multiple files are packaged into a single
.zipfile.
- Verify delimiter settings.
- For CSV files, confirm the field and data delimiters are correct.
- Default field delimiter: comma
, - Other supported field delimiters: colon
:, semicolon;, tab - Default data delimiter: double quotation mark
" - Other supported data delimiters: single quotation mark
', or None
- Choose mapping.
- Select Default (Automatic Mapping) to let the wizard map columns automatically.
- Automatic mapping works best when the file name exactly matches the record type display name and the CSV column headings exactly match the field display names.
- If some fields are not mapped automatically, map them manually.
- Complete the import and review results.
- Imports run in the background.
- After completion, review which records were imported successfully, failed, or were partially imported.
- Failed records can be exported, corrected, and imported again.
Useful limits and recommendations:
- For the Import Data Wizard, the maximum file size is 8 MB for CSV and other non-zip formats, and 32 MB for
.zipfiles. - Recommended import size is 20,000 rows or fewer.
- For larger volumes, a programmatic import approach is recommended.
- Duplicate detection can be enabled to help prevent importing duplicate account records.