When i try:
db.miaRaccolta.insertMany(
[
{"_id" : “tt0084726”,
“title” : “Star Trek II: The Wrath of Khan”,
},
{"_id" : “tt0117731”,
“title” : “Star Trek: First Contact”,
}
]);
i have this error:
2019-06-10T12:21:49.278+0200 E QUERY [js] TypeError: documents.map is not a function :
DBCollection.prototype.insertMany@src/mongo/shell/crud_api.js:295:1
@(shell):1:1