Query: mongoexport
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MONGOEXPORT(1) Mongo Database MONGOEXPORT(1)NAMEmongoexport - the Mongo export toolSYNOPSISmongoexport [OPTIONS]DESCRIPTIONmongoexport is a tool to export a MongoDB collection to either JSON or CSV. The query can be filtered or a list of fields to output can be given. If the output is CSV, the fields must be specified in order.EXAMPLESmongoexport -d test -c test1 --csv -f name,num export documents from test.test1 in CSV formatOPTIONS--help show usage information -h, --host HOST server to connect to (default HOST=localhost) -d, --db DATABASE database to use -c, --c COLLECTION collection to use -q, --query QUERY query filter -f, --fields FIELDS comma-separated list of field names --csv export to CSV instead of JSON -o, --out FILE output file, if not specified, stdout is used --dbpath PATH directly access mongod data files in this path, instead of connecting to a mongod instanceCOPYRIGHTCopyright 2007-2009 10genSEE ALSOFor more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.AUTHORKristina Chodorow 10gen June 2009 MONGOEXPORT(1)
Related Man Pages |
---|
mdb-export(1) - debian |
mongodb(3pm) - debian |
mongodb::collection(3pm) - debian |
mongodb::database(3pm) - debian |
mongodb::oid(3pm) - debian |