DYNAMICS 365 CSV IMPORT
Dynamics 365 CSV over 8 MB: split it and check the delimiter
Dynamics 365 Customer Insights documents an 8 MB default import-file limit. Split the file below that limit, then confirm the header, delimiter, required fields, and alternate key before import.
Stay below 8 MB and preserve the mapping clues
The default maximum import-file size documented for Dynamics 365 Customer Insights is 8 MB. Use a target around 7.5 MB, then check the delimiter and required fields because a size-safe file can still fail mapping.
- More than 8 MB: split by size.
- Fields appear in one column: confirm comma or semicolon delimiter selection.
- The record is rejected: check required fields and alternate-key columns.
Check delimiter, header, and required fields
Microsoft's import guidance expects a .csv extension, a single header row, and delimiters that match the import setting. Keep the first line free of quoted field names and make sure each record type has its required fields mapped.
- Choose the delimiter used by the export; do not assume comma when the file uses semicolon.
- Keep one record type per import file where the mapping requires it.
- Use an alternate key only when the source column is stable and unique.
Split the export in LocaCSV
LocaCSV does not guess which Dynamics fields are required. It gives you the smaller files and the counts so you can make that mapping decision in the official import screen.
- Save the Dynamics 365 export and retain the original for rollback.
- Open the size split workspace and select the CSV.
- Enter 7.5 MB or a lower target, then run the split.
- Open the first output and confirm its delimiter, header, and required fields before continuing.
Reconcile the output before mapping
- Every part is below 8 MB with a safety margin.
- The input and output row counts reconcile.
- Headers, delimiters, required fields, and alternate-key values are intact.
- A small test part maps correctly before the remaining files are imported.
If the import screen shows one wide column
Do not split again. The usual cause is a delimiter mismatch or an encoding problem. Confirm the delimiter in LocaCSV's diagnosis, convert the encoding if necessary, and then re-open the corrected sample.
Hand Dynamics 365 a mapping-ready file
After the size, delimiter, and row checks pass, finish the mapping in Dynamics 365 and review the successful and failed counts separately.
Official Microsoft documentation
Limits and import formats can change. Use the official documentation below as the final check for your account and plan.