DynamicsMigrationTool 1.2024.814.10

dotnet add package DynamicsMigrationTool --version 1.2024.814.10
                    
NuGet\Install-Package DynamicsMigrationTool -Version 1.2024.814.10
                    
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="DynamicsMigrationTool" Version="1.2024.814.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DynamicsMigrationTool" Version="1.2024.814.10" />
                    
Directory.Packages.props
<PackageReference Include="DynamicsMigrationTool" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DynamicsMigrationTool --version 1.2024.814.10
                    
#r "nuget: DynamicsMigrationTool, 1.2024.814.10"
                    
#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.
#:package DynamicsMigrationTool@1.2024.814.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DynamicsMigrationTool&version=1.2024.814.10
                    
Install as a Cake Addin
#tool nuget:?package=DynamicsMigrationTool&version=1.2024.814.10
                    
Install as a Cake Tool

DynamicsMigrationTool

This tool is designed to aid migration into D365 using a Dynamics connection and a local MSSQL databases. The tool uses the Dynamics Entity metadata in order to create various components which can be used in conjuction to load data into Dynamics.

Current Functionality: -Generation of Template Source views in Source MSSQL Database, based on the metadata of an entity. -Generation of Staging tables in Staging MSSQL Database, based on the metadata of an entity. -Generation of Source to Staging SSIS packages, using Source DB view as the source and the Staging Table as the target.

Future Functionality: -Generation of Staging to CRM SSIS packages (using the KingswaySoft adaptor). using Staging table as the source and the Dynamics entity as the target.

Product Compatible and additional computed target framework versions.
.NET Framework net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8.1

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
1.2024.814.10 2,574 8/14/2024
1.2024.726.2 263 7/26/2024
1.2024.724.3 155 7/24/2024
1.2024.718.7 147 7/18/2024
1.0.0.2 129 7/3/2024
1.0.0.1 136 7/1/2024
1.0.0 132 6/2/2024

Initial Version Release 02.06.2024