DataMigrationUsingFetchXml 1.0.2
See the version list below for details.
dotnet add package DataMigrationUsingFetchXml --version 1.0.2
NuGet\Install-Package DataMigrationUsingFetchXml -Version 1.0.2
<PackageReference Include="DataMigrationUsingFetchXml" Version="1.0.2" />
paket add DataMigrationUsingFetchXml --version 1.0.2
#r "nuget: DataMigrationUsingFetchXml, 1.0.2"
// Install DataMigrationUsingFetchXml as a Cake Addin #addin nuget:?package=DataMigrationUsingFetchXml&version=1.0.2 // Install DataMigrationUsingFetchXml as a Cake Tool #tool nuget:?package=DataMigrationUsingFetchXml&version=1.0.2
Data Migration using FetchXml
This utility allows the user to migrate data of the entity from source to target.
The user needs to define FetchXml queries for each entity to which data should be migrated.
The utility has the following input parameters:
- Source Instance – Source instance is the default instance that is connected via XRMToolBox.
- Target Instance – Target instance can be selected by clicking on the
Select Target Instance
button. - Logs Path – Directory where the system will save the
Log.txt
file. - FetchXml Table – Table to add FetchXml either by typing manually or selecting a file.
For the lookup fields, the user can specify the search by name instead of searching by id. For that, it’s needed to add the SearchByPrimaryField="true"
attribute in the FetchXml attribute
tag.
For example
<attribute name="transactioncurrencyid" SearchByPrimaryField="true" />
Note Link entities can be used only for filtering or sorting purposes. For field values migration each FetchXml grid line should represent only one entity.
Product | Versions 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. |
-
- XrmToolBoxPackage (>= 1.2022.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
First version of DataMigrationUsingFetchXml.