I have a set of data as input to be given to MongoDB in XLSX format. How am I supposed to import the Excel file as input to MongoDB?
Is there any plugin available to import xlsx files as input to MongoDB?
I have a set of data as input to be given to MongoDB in XLSX format. How am I supposed to import the Excel file as input to MongoDB?
Is there any plugin available to import xlsx files as input to MongoDB?
In case the DB server is not local, You will have to specify the host, port, username, password along with the DB name, collection name.