Answers for "what is needed to export a collection to a csv file in mongosh"

Go
0

mongodb export to csv

mongoexport --host localhost --db dbname --collection name --csv --out text.csv --fields firstName,middleName,lastName
Posted by: Guest on January-03-2022

Code answers related to "what is needed to export a collection to a csv file in mongosh"

Browse Popular Code Answers by Language