Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 271 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 271 Bytes

Data Reconciliation Module - CSV to SQL conversion

This module contains the code to take a locally provided CSV File, to create a .sql file which is then executed to create a clone of the CSV File on the SQLite Database.

fork of https://github.com/wiremoons/csv2sql;