![]() |
VOOZH | about |
dotnet add package SchemaMapper --version 1.1.0
NuGet\Install-Package SchemaMapper -Version 1.1.0
<PackageReference Include="SchemaMapper" Version="1.1.0" />
<PackageVersion Include="SchemaMapper" Version="1.1.0" />Directory.Packages.props
<PackageReference Include="SchemaMapper" />Project file
paket add SchemaMapper --version 1.1.0
#r "nuget: SchemaMapper, 1.1.0"
#:package SchemaMapper@1.1.0
#addin nuget:?package=SchemaMapper&version=1.1.0Install as a Cake Addin
#tool nuget:?package=SchemaMapper&version=1.1.0Install as a Cake Tool
SchemaMapper is a data integration class library that facilitates the data import process from external sources having different schema definitions. It replaces creating many integration services packages by writing few lines of codes.
It imports tabular data from different data sources such as into a destination table with a user-defined table schema after mapping columns between source and destination.
SchemaMapper has the ability to read data from:
And it can export data into different destination types:
In addition, it allows users to add newly computed and fixed valued columns.
SchemaMapper utilizes many technologies to read data from different sources such as:
Note: The needed Assemblies are found in the Assemblies folder but it is recommended to install the assemblies related to the providers that you want to connect to from the official links (mentioned above) since they can require more related assemblies
SchemaMapper is composed of four main namespaces:
Credits are for Munchy Bytes™
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.0 | 1,248 | 4/13/2020 |