SchemaMapper 1.1.0
dotnet add package SchemaMapper --version 1.1.0
NuGet\Install-Package SchemaMapper -Version 1.1.0
<PackageReference Include="SchemaMapper" Version="1.1.0" />
paket add SchemaMapper --version 1.1.0
#r "nuget: SchemaMapper, 1.1.0"
// 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:
- Microsoft Office Interop libraries to import tables from Word and Powerpoint / Clean Excel files
- Json.Net library to import JSON
- HtmlAgilityPack to import tables from HTML
- Microsoft Access database engine to import data from Excel worksheets and Access databases.
- .NET framework 4.5.2
- MySQL .NET connector to import and export data to MYSQL databases
- Oracle Data Provider for .NET to import and export data to Oracle databases
- System.Data.SQLite to import data from SQLite databases
- SQL Server Compact 4.0 SP1 redistributable to import data from SQL Server CE databases
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
- Import data from multiple files into one SQL table step by step guide
- Storing SchemaMapper information into XML
- Using FileCleaner namespace to ignore reading additional empty cells in Excel
Credits:
Credits are for Munchy Bytes™
Product | Versions 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. |
-
- EntityFramework (>= 6.4.0)
- HtmlAgilityPack (>= 1.11.23)
- Microsoft.VisualBasic (>= 10.3.0)
- MySql.Data (>= 8.0.19)
- Newtonsoft.Json (>= 12.0.3)
- Oracle.DataAccess.x86.4 (>= 4.112.3)
- Oracle.ManagedDataAccess (>= 19.6.0)
- System.Data.SQLite (>= 1.0.112)
- System.Data.SqlServerCe_unofficial (>= 4.0.8482.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.1.0 | 959 | 4/13/2020 |