Skip to content

Kentico/xperience-by-kentico-universal-migration-tool

Repository files navigation

Xperience by Kentico: Universal Migration Tool

CI: Build and Test

NuGet Package

About The Project

The Universal Migration Tool (UMT) is an open-source set of software libraries, documentation, and samples distributed via NuGet packages to facilitate and automate data import from external systems (Legacy Kentico, etc...) into Xperience by Kentico.

Getting Started

Prerequisites

Installation

  1. Install the NuGet package

    dotnet add package Kentico.Xperience.UMT
  2. Open file with dependency injection container configuration (Program.cs / Startup.cs / ...)

  3. Import namespace Kentico.Xperience.UMT

  4. Register Umt to service collection IServiceCollection using AddUniversalMigrationToolkit()

  5. Inject IImportService where you want use migration toolkit

Usage

Convert & Import samples

Advanced usage is covered in the extended documentation

Console sample

Console application sample shows usage of toolkit in console application.

Administration plug-in sample

Administration plugin sample shows deployment of toolkit as administration application that receives file with serialized data as JSON and performs import of data.

Contributing

For Contributing please see CONTRIBUTING.md for more information and follow the CODE_OF_CONDUCT.

Requirements

License

Distributed under the MIT License. See LICENSE.md for more information.

Support

This contribution has Full support by 7-day bug-fix policy.

See SUPPORT.md for more information.

For any security issues see SECURITY.md.