Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 701 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 701 Bytes

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.