The mongoimport utility provides a route to import content into MongoDb, from a JSON, CSV, or TSV export created by mongoexport, or potentially, another third-party export tool.
The mongoimport utility provides a route to import content into MongoDb, from a JSON, CSV, or TSV export created by mongoexport, or potentially, another third-party export tool. See the mongoDb documentation.