Since, we are directly parsing the csv file from frontend and only want to insert the tags from the csv file there is no need of multer package. The reason to avoid this was not to make service dependent of one another. In previous implementation there was an assumption that all the services will be under one computational device.
Description
Since, we are directly parsing the csv file from frontend and only want to insert the tags from the csv file there is no need of multer package. The reason to avoid this was not to make service dependent of one another. In previous implementation there was an assumption that all the services will be under one computational device.
Issue
14