Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 429 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 429 Bytes

GradeService

It's a windows service application which converts .cvs files to sqlite database files.

First this service creates a folder named as Grades. After creation a formatted .csv file in Grades folder, application converts that .csv file to a datatable. After convertion it saves datatable to SQLite database on Grades folder. When SQLite database creation is finished succesfully, deletes .csv file from Grades folder.