Answers for "how to import csv file in mongodb from shell"

0

import csv into mongodb

mongoimport --type csv -d database -c collection --headerline --drop index2020.csv
Posted by: Guest on October-02-2020

Code answers related to "how to import csv file in mongodb from shell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language