Answers for "mongodb with csv"

Go
0

import csv into mongodb

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

Browse Popular Code Answers by Language