JosephMerhej.DataImport
2.1.9197.28124
dotnet add package JosephMerhej.DataImport --version 2.1.9197.28124
NuGet\Install-Package JosephMerhej.DataImport -Version 2.1.9197.28124
<PackageReference Include="JosephMerhej.DataImport" Version="2.1.9197.28124" />
paket add JosephMerhej.DataImport --version 2.1.9197.28124
#r "nuget: JosephMerhej.DataImport, 2.1.9197.28124"
// Install JosephMerhej.DataImport as a Cake Addin #addin nuget:?package=JosephMerhej.DataImport&version=2.1.9197.28124 // Install JosephMerhej.DataImport as a Cake Tool #tool nuget:?package=JosephMerhej.DataImport&version=2.1.9197.28124
Data Import++
Data Import++ is a tool that allows you to create, update, upsert and delete records in Dynamics 365 / Dataverse, using an Excel spreadsheet as an input.
Original guide : https://dynamics365tips.wixsite.com/home/post/xrmtoolbox-dataimport V2 Release notes: https://andyhowes.co/introducing-dataimport-v2/
Features:
- Map and import complex Excel files into a Dynamics 365 / Dataverse environment, including lookup fields to non-ID columns, optionsets and binary choices.
- Save and load data maps to XML, to enable you to quickly conduct regular imports.
- Import only specific rows, to enable batching and testing of the import process.
Steps:
- Open the Excel file, choose the target entity, and type of import (create, update, upsert or delete).
- Map the Excel columns names to the target fields. Then tick the column or columns that should be used as a key for update, upsert, or delete.
- If mapping to a lookup field, choose the entity and field to reference in the lookup.
- If using an optionset, choose whether these are stored as values or labels.
- If using a boolean field, choose the values that represent the True and False fields.
- Choose the number of rows you want to import. By default, this will be all rows, but you can reduce the number to run a test import first.
- Click on Import to begin the import process. You can see results as they appear in the log table.
- You can save your mappings to the XRM Toolbox Settings folder for re-use later, by clicking Save. You can later Load these settings by clicking Load.
Authors:
Data Import++ was created by Joseph Merhej and further developed by Andrew Howes
Issues, Contributing and Ideas:
Use Github issues to raise bugs, problems and ideas. Contributions are welcome - check out Developing.MD to get started.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- XrmToolBoxPackage (>= 1.2023.10.67)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.9197.28124 | 948 | 3/7/2025 |
2.0.9156.20290 | 1,776 | 1/25/2025 |
1.2019.2.44 | 55,782 | 7/4/2019 |
1.2019.2.43 | 1,681 | 6/25/2019 |
1.2019.2.42 | 1,538 | 6/15/2019 |
1.2019.2.41 | 755 | 6/13/2019 |
1.2019.2.40 | 2,242 | 5/23/2019 |
1.2019.2.39 | 534 | 5/23/2019 |
1.2019.2.38 | 808 | 5/20/2019 |
1.2019.2.37 | 669 | 5/17/2019 |
1.2019.2.36 | 654 | 5/16/2019 |
1.2019.2.35 | 573 | 5/16/2019 |
1.2019.2.34 | 845 | 5/10/2019 |
1.2019.2.33 | 627 | 5/9/2019 |
1.2019.2.32 | 596 | 5/9/2019 |
1.2019.0.1 | 623 | 5/10/2019 |
V2.1 Enables users to import Statuscodes. V2 of DataImport++ added a new log table, the ability to save / load data maps, smoother mapping functionality, bug fixes and UI improvements.