I am currently working on a project based on MEAN FULL STACK that requires uploading a CSV file from a personal space to MONGODB by a general user and then reading the uploaded CSV file from mongoDB and then displaying it to the front-end using html and css.
I am unable to figure out how to upload the CSV file on MongoDb and read certain parts from it to view it on the browser.