Softx0 / PracticeCSVtoSQL_ETL

Project ETL para la transferencia masiva de datos desde un archivo csv a una base de datos sql server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PracticeCSVtoSQL_ETL

Project ETL for the massive transfer of data from a csv file to a sql server database.

Getting Started

If you are interested in trying the code of our application, you can make a clone to the repository.

If you want to contribute to the application as a contributor to the project, make a fork. Each time you are going to perform a pull request, you must specify correctly in the description of the same that was done in this request.

This project consists of an ETL process, from which we build a DataWarehouse on the path of practices; We take an csv origin and perform data cleaning and standardize the data, to take it to its destination which is currently a relational database hosted on SQL Server.

The corrupted data will be stored in a bat extension file in this way to audit later.

Installing

Just clone the proyect and run it with Visual Studio 2017. But. You need to have installed a database instance sql server 2017; Download the csv files; Having installed SQL SERVER DATA TOOLS (SSDT)

Built With

Maked with ♥ by

  • Emmanuel Valenzuela - Softx0

See also the list of contributors who participated in this project.

Acknowledgments

  • Hat tip to anyone who's code was used
  • Professor Ing.Leandro Fondeur

About

Project ETL para la transferencia masiva de datos desde un archivo csv a una base de datos sql server.