SchemaMapper 1.1.0

dotnet add package SchemaMapper --version 1.1.0
NuGet\Install-Package SchemaMapper -Version 1.1.0
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="SchemaMapper" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SchemaMapper --version 1.1.0
#r "nuget: SchemaMapper, 1.1.0"
#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.
// Install SchemaMapper as a Cake Addin
#addin nuget:?package=SchemaMapper&version=1.1.0

// Install SchemaMapper as a Cake Tool
#tool nuget:?package=SchemaMapper&version=1.1.0

SchemaMapper

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:

  • Excel worksheets (.xls, .xlsx)
  • Flat files (.csv, .txt)
  • Access databases (.mdb, .accdb)
  • Web pages (.htm, .html)
  • JSON files (.json)
  • XML files (.xml)
  • Powerpoint presentations (.ppt, .pptx)
  • Word documents (.doc, .docx)
  • Relational databases (SQL Server, Oracle, MySQL, SQLite, SQL Server compact)

And it can export data into different destination types:

  • Flat files (.csv, .txt)
  • XML files (.xml)
  • Relational databases (SQL Server, Oracle, MySQL)

In addition, it allows users to add newly computed and fixed valued columns.


Used technologies

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


Project details

SchemaMapper is composed of four main namespaces:

  • Converters: It reads data from external files into DataSet
  • DataCleaners: Cleans files before importing
  • SchemaMapping: Changes the imported data structure to a unified schema
  • Exporters: export tables to external sources

Wiki


Credits:

Credits are for Munchy Bytes™


Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.0 902 4/13/2020