Dataverse.XrmTools.DataMigrationTool 2022.5.23.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dataverse.XrmTools.DataMigrationTool --version 2022.5.23.1
NuGet\Install-Package Dataverse.XrmTools.DataMigrationTool -Version 2022.5.23.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dataverse.XrmTools.DataMigrationTool" Version="2022.5.23.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dataverse.XrmTools.DataMigrationTool --version 2022.5.23.1
#r "nuget: Dataverse.XrmTools.DataMigrationTool, 2022.5.23.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dataverse.XrmTools.DataMigrationTool as a Cake Addin
#addin nuget:?package=Dataverse.XrmTools.DataMigrationTool&version=2022.5.23.1

// Install Dataverse.XrmTools.DataMigrationTool as a Cake Tool
#tool nuget:?package=Dataverse.XrmTools.DataMigrationTool&version=2022.5.23.1

Tool used to migrate data between Dataverse instances.

     - Allows data to be exported to JSON format and later imported
     - Supports Create, Update and Delete operations and attribute specification
     - Easily filter data by using fetch XML filters
     - Integration with FetchXML Builder tool for easier query building
     - Map records using several mapping options (auto or manual)

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2023.4.20.2 18,004 4/20/2023
2023.4.20.1 171 4/20/2023
2022.5.23.1 17,801 5/23/2022
2022.5.12.4 1,700 5/12/2022
2022.5.12.3 385 5/12/2022
2022.5.12.2 380 5/12/2022
2022.5.12.1 418 5/12/2022
2022.4.29.1 2,059 4/29/2022
2022.1.12.1 6,708 1/12/2022
2021.11.30.10 3,631 11/30/2021
2021.11.30.9 245 11/30/2021
2021.11.30.8 246 11/30/2021
2021.11.30.7 239 11/30/2021
2021.11.30.6 239 11/30/2021
2021.11.30.5 251 11/30/2021
2021.11.30.4 243 11/30/2021
2021.11.30.3 234 11/30/2021
2021.11.30.2 235 11/30/2021
2021.11.30.1 235 11/30/2021
2021.9.18.1 7,025 9/17/2021
2021.9.15.1 571 9/15/2021
2021.9.11.5 700 9/11/2021
2021.9.11.4 328 9/11/2021
2021.9.11.3 322 9/11/2021
2021.9.11.2 324 9/11/2021
2021.9.11.1 323 9/11/2021
2021.9.10.1 366 9/10/2021
2021.9.8.3 423 9/8/2021
2021.9.8.2 285 9/8/2021
2021.9.8.1 279 9/8/2021
2021.9.5.1 477 9/4/2021
2021.9.2.3 265 9/2/2021
2021.9.2.2 275 9/2/2021
2021.9.2.1 266 9/1/2021
2021.9.1.1 269 9/1/2021

2022.5.23.x
- [NEW] Tool is now showing all attributes, instead of just valid on create
- [NEW] Tool is now showing all tables and attributes (even those without display name)
- [NEW] Added new setting for hiding invalid attributes on create and update