CSV2SQLite

A C# console application to take a CSV file and produce a text file capable of creating an SQLite database.

Usage

# The input file is required, the other parameters are optional.
csv2sqlite <input.csv> [output.sql] [config.json]

Compiling

The application was developed using Visual Studio 2015.

The unit tests using NUnit and Moq.

The code coverage uses OpenCover.

To generate the code coverage report, execute run-coverage.bat and then run-report.bat from the CSV2SQLite.UnitTests\bin\Debug folder.