Skip to content

A program that extracts values from a CSV table and utilizes them to generate records within the database tables.

License

Notifications You must be signed in to change notification settings

ErikFernandes/BaseConverter

Repository files navigation

BaseConverter

Concept of data converter from one database to another.

Remembering that this project was designed to serve a specific database, it will be useful to extract the concepts for the development of your own software.

Description

This project uses the C# language and .NET version 8 and is designed to retrieve data from a .csv file belonging to another table of a database and convert it to the standard of another database.

Installation

To test and analyze this project, simply clone it to your machine:

git clone https://github.com/ErikFernandes/BaseConverter.git

License

This project is licensed under the MIT License.

About

A program that extracts values from a CSV table and utilizes them to generate records within the database tables.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages