Am new to mongo db. I have a single json file which contains several documents.
When i try to upload the file through mongoimport, the file is considered as a single document to be created where as there are several documents to be created through the same file.
Below is import command.
mongoimport --db mydb --collection testData --type json --file var/www/html/orders.json --jsonArray
Running this command throws the following error:
exception:JSONArray file too large