Skip to main content

One doc tagged with "mongoimport"

View all tags

Mongoimport

mongoimport is a command-line utility that comes with MongoDB and is used for importing content from a JSON, CSV, or TSV file into a MongoDB database. It's particularly useful for initial data loading or for transferring data between different MongoDB instances.