mongo mongoexport 导出数据为csv格式
处理方法:
1 | mongoexport [-u dotcoo] [-p 123456] -d database -c collentions [-q {gender:2}] -f field,field2,field3... --type=csv -o /Desktop/data.csv |
参数如下:
1 | -h arg 主机 |
处理方法:
1 | mongoexport [-u dotcoo] [-p 123456] -d database -c collentions [-q {gender:2}] -f field,field2,field3... --type=csv -o /Desktop/data.csv |
参数如下:
1 | -h arg 主机 |
评论系统未开启,无法评论!