Use mongoimport to Import a CSV file into a MongoDB Database and Collection

Опубликовано: 25 Сентябрь 2020
на канале: Becoming a Data Scientist
44,558
984

Step-by-step video shows you how to download MongoDB, install the mongoimport tool, and import a csv file into a Database and Collection (table)!

// Links Mentioned //
Download MongoDB: https://www.mongodb.com/try/download/...
MongoDB Tools: https://www.mongodb.com/try/download/...

// Codes Mentioned //
mongoimport -d database2 -c scores --type csv --file database2.csv --headerline
db.collection_name.find()
db.collection_name.find().pretty()

Support the Channel:
1) Subscribe:
2) DataCamp:
3) Udacity: