Top "Mongoimport" questions

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.

mongoimport failed to import JSON data

I'm trying to import a file called breedData.json into mongodb following the steps in this article http://zaiste.net/2012/08/…

json mongodb mongoimport
Mongoimport import json array as collection not as key in collection

I am attempting to seed a database with a json array of data with mongoimport, however when the data reaches …

mongodb mongoimport
mongoimport : 'error validating settings: only one positional argument is allowed'

Ok so I am trying.... to Importing a dummy JSON file into MongoDB and getting this error, a Google search …

mongodb mongoimport
Convert to date MongoDB via mongoimport

I have downloaded huge chunks of data in the format in csv. I am using mongoimport to enter the data …

mongodb mongoimport
Mongoimport json file update or overwritte ..?

I'm having DB which name is "Project" and collection which name is "sample" then I inserted one JSON file using …

json mongodb mongoimport
how to import large json file into mongodb using mongoimport?

I am trying to import the large data set json file into mongodb using mongoimport. mongoimport --db test --collection sam1 …

mongodb mongoimport
error connecting to host: could not connect to server: server selection error: server selection timeout current topology: Type: Single Servers

I need to import a CSV file to mongoDB unfortunately i'm having below error: error connecting to host: could not …

mongodb mongoimport
Importing Date-datatype using mongoimport

I have many GB of data stored in PostgreSQL database and i need those to be imported into the MongoDB. …

mongodb mongoimport
How to define delimeter to import mongodb

I have a data collection, which is separated by | character. I am going to add the data collection to mongodb. …

mongodb csv mongoimport
MongoDB Atlas mongoimport issues cannot decode array into a D

I'm new to mongoDB and have a free Atlas account. But, I'm having issues with the mongo import. system: windows &…

windows mongodb mongoimport