Answers for "how to export csv from mongodb"

0

import csv into mongodb

mongoimport --type csv -d database -c collection --headerline --drop index2020.csv
Posted by: Guest on October-02-2020
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 "how to export csv from mongodb"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language