摘要: 1、导出工具:mongoexport 1、概念: mongoDB中的mongoexport工具可以把一个collection导出成JSON格式或CSV格式的文件。可以通过参数指定导出的数据项,也可以根据指定的条件导出数据。 2、语法: mongoexport -d dbname -c collect 阅读全文
posted @ 2018-11-09 14:30 一朵包纸 阅读(8066) 评论(0) 推荐(1) 编辑