mongo 导入json文件

来源:互联网 发布:电脑摇奖软件 编辑:程序博客网 时间:2024/06/05 11:44
mongoimport --db xxxx --collection xxxx --type json xxxx.json --jsonArray



 

Export JSON File:

mongoexport --db <database-name> --collection <collection-name> --out output.json

Import JSON File:

mongoimport --db <database-name> --collection <collection-name> --file input.json


0 0
原创粉丝点击