A C# console application to take a CSV file and produce a text file capable of creating an SQLite database.
# The input file is required, the other parameters are optional.
csv2sqlite <input.csv> [output.sql] [config.json]
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.