#CSV Upload in node
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hello
I am looking for solution in node
Where I have to upload CSV ( have 1M plus data ) over MongoDB through the API End Point
And Mean while my API should not be stop
Hey there! Have you looked at using Multer for handling file uploads in Node/Express? That's typically the go to package
This is used to upload file over server
I don't want to upload file I need to update my record to my table using CSV or Excel file