I am trying to upload a csv from my app to a mongo db. From the command line I can just use mongoimport. What is the best way to do this with Mongoose? The file to import is sitting in the file structure.
Thanks in advance for your help.
Please plan to use plugins like XLSX to convert the excel into JSON structure which can be used as input to the load process which can either be triggered for each row separately or bulk data input (which might be risky comparing your excel data size).
댓글 없음:
댓글 쓰기