【MongoDB】mongoimport and mongoexport of data (二)

in last blog,we talked about how to export data from mongo database. now in this blog, on the contrary, we focus on how to import data to database. 

before doing our experiment, we delete the user collection in the database. 

【MongoDB】mongoimport and mongoexport of data (二)_第1张图片


Let us view all the argument of mongoimport

【MongoDB】mongoimport and mongoexport of data (二)_第2张图片


【MongoDB】mongoimport and mongoexport of data (二)_第3张图片


你可能感兴趣的:(mongodb,database,数据导入)