mongodb
mongodb⌗
A moment with mongoimport⌗
First of all docs link,
So, my command was like,
mongoimport --uri 'mongodb+srv://sharafat:somethign@cluster0.something.mongodb.net/pstu_student_db?retryWrites=true&w=majority&appName=Cluster0' --collection='students' --file=input.csv --type=csv --fieldFile=field.txt
Preety kool, right?