Application is working
- Visual Studio 2015
Please clone the repo to C:\Source
A console application has been provided with a working model of the app
Autofac used for IOC throughout, in particular using Autofac's keyed IIndex injector facilitating the generic import mechanism
Microsoft Sql SMO used for dynamic database interaction
- If a column name appears in the file that is not in the db table it should be added with data type nvarchar(max)
- Configure database to store data properties, delimiters, extensions and process types
- Add triggers for the data properties in the form of events, schedules etc
- Configure app to respond to triggers
- Currently adding untyped columns when input column name does not match db column name, mapping should be added
- Validation to be added to the SQL injector to parse data points into the format of their column and report errors
- Overall error reporting of the application needs to be reviewed as I was tight for time