A node app that watches a particular directory and parses extracted data from the CSV file to a MSSQL database.
After cloning the repo change directory into the repo root path.
Rename the file "config.copy.js" to "config.js" and provide the requested MySQL Database Credentials as well as the path to watch.
Run the command "npm install" to install needed dependencies.
Run the "node app.js" command in your terminal.
Enjoy!