mongoexport /h localhost /port 37189 /u aa /p aa /authenticationDatabase admin  /d testdb /c usertag /type csv /o d:\\exporteddata.csv /skip 100 /limit 10000000 /fieldFile d:\\fieldFile.txt

其中 /fieldFile d:\\fieldFile.txt 是要导出的字段。

fieldFile.txt的内容如下:

name
age
address

  

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-11-20
  • 2021-09-19
  • 2021-10-23
  • 2021-12-15
猜你喜欢
  • 2019-07-20
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案