如何将数据从JSON文件导入到MongoDB Atlas集合

时间:2019-12-06 20:44:01

标签: json mongodb mongodb-atlas

我想将数据导入到mongodb地图集中的数据集中,并且我遵循的文档是https://docs.mongodb.com/compass/beta/import-export/,但没有“ ADD DATA”,而且我不知道Im是否使用其他版本或Im正在执行还有其他错误。 我需要导入整个文件,即json数组。

1 个答案:

答案 0 :(得分:0)

您引用的文档适用于Compass的未来版本。如果要从EJSON at the command line导入,可以使用mongoimport

这是最简单的语法,但可能有很多变体。

mongoimport --db=users --collection=contacts --file=contacts.json