How to load a CSV file to MongoDB Atlas?

I would use the command line utility mongimport (connection example. available in the Atlas UI for each under the Command Line Tools tab under the cluster). More detail here https://docs.mongodb.com/manual/reference/program/mongoimport/

1 Like