Click or drag to resize

Welcome to Data Conveyer

Thank you for your interest in Data Conveyer, a lightweight transformation engine and a toolkit to facilitate data migrations. Data Conveyer is an open source project.

In this document, you will find an introductory primer and a reference guide describing a public API exposed by Data Conveyer.

Getting Started

Data Conveyer is a class library contained in a single DLL file. It requires no special installation and can be easily added via the NuGet Package Manager to any .NET project targeting .NET Framework 4.5 (or above) or .NET Core 2.0 (or above). The code snippets contained in this guide can be pasted into a Visual Studio project of any type, for example a console application.

See Also