export mongo data with query and specific fields

mongoexport -d youdb -c yourcollection -q ‘{query}’ -f ‘field1,field2’ -o output.txt

-d database
-c collection
-q query
-f field
-o output file

ใส่ความเห็น

อีเมลของคุณจะไม่แสดงให้คนอื่นเห็น ช่องข้อมูลจำเป็นถูกทำเครื่องหมาย *

This site uses Akismet to reduce spam. Learn how your comment data is processed.