Import/Export options

Report a typo

Match import/export options with their functionality:

Match the items from left and right columns
--type
--gzip
--headerline
--query
specifies the type of file we want to import using mongoimport
imports data from a compressed JSON file using mongoimport
when importing data from a CSV file makes the first line as the field names for the MongoDB documents
exports only a subset of data from a MongoDB collection using mongoexport
___

Create a free account to access the full topic