Answers for "export data from mongodb bson file to csv"

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 "export data from mongodb bson file to csv"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language