Skip to content

Mongo Atlas commands

dalip edited this page Jan 4, 2021 · 1 revision

Command for uploading data from file

mongoimport --uri 'mongodb+srv://dalip123:@wastetowonder.pmvc2.mongodb.net/' --collection products --type csv --file products1.csv --fields=Name,Price,Stock,Img

Clone this wiki locally