You are implementing Dynamics 365 Supply Chain Management.
You have a CSV file that contains two million records.
You need to import the file into Dynamics 365 Supply Chain Management without manual manipulation of the data.
What should you use?
Click on the arrows to vote for the correct answer
A. B. C. D.A.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-import-export-jobThe recommended approach to import large CSV files into Dynamics 365 Supply Chain Management without manual manipulation of the data is to use the Data management import job.
A. Data management import job: Data management import job is a tool that allows you to import data from various sources into Dynamics 365 Supply Chain Management. With this tool, you can import a large amount of data into the system without manual manipulation. The import job can be scheduled to run at a specific time, and it provides a variety of options to control the import process.
B. Microsoft Excel Add-In: The Microsoft Excel Add-In is an extension that allows you to export and import data to and from Dynamics 365 Supply Chain Management using Microsoft Excel. However, it is not recommended for importing large CSV files due to its limitations in handling large amounts of data.
C. Classic data integration: Classic data integration is a deprecated tool that is no longer supported by Microsoft. It was used to integrate data between Dynamics 365 Supply Chain Management and other systems. Therefore, it is not recommended for importing large CSV files.
D. Microsoft SQL Server Integration Services: Microsoft SQL Server Integration Services (SSIS) is a tool that is used to extract, transform, and load data from various sources into a SQL Server database. While SSIS can be used to import CSV files into Dynamics 365 Supply Chain Management, it is not recommended because it requires additional configuration and setup.
In conclusion, the recommended approach for importing a large CSV file into Dynamics 365 Supply Chain Management is to use the Data management import job.