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 of json file

I have a json file consisting of about 2000 records. Each record which will correspond to a document in the mongo …

json mongodb import mongoimport
How to use mongoimport to import csv

Trying to import a CSV with contact information: Name,Address,City,State,ZIP Jane Doe,123 Main St,Whereverville,CA,90210 John …

database mongodb csv import mongoimport
mongoimport json file syntax

I'm trying to import json document using mongoimport command and have tried all possible ways but it's giving be below …

json mongodb mongoimport
Import more than 1 json file using mongoimport

I am new to mongodb and want to know about importing a json file from one server to another. I …

json mongodb mongoimport
How to import dumped Mongodb?

Dumped a MongoDB successfully: $ mongodump -h ourhost.com:portnumber -d db_name01 -u username -p I need to import or …

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

I just moved to a new laptop which had mongo 3.0.0 I believe. On the new laptop I have mongo 3.0.4. and …

json mongodb mongoimport
MongoDb: How to import dump data from .gz file?

I want to import dump data from my .gz file. Location of file is home/Alex/Documents/Abc/dump.gz …

mongodb mongoimport mongodump mongorestore
Invalid character after object key - What is an object key in geojson?

I am importing the following text file to geojson: {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{type":"LineString","coordinates":[[-122.029517,37.976152]]},"properties":{"…

json mongodb parsing geojson mongoimport
Importing JSON file using mongimport, keep getting `unexpected identifier`?

I'm trying to add a JSON file to mongodb using mongoimports from terminal, here: mongoimport --db my_db --collection my_…

mongodb mongoimport
MongoDB Bulk import using mongoimport from Windows folder

I have a lot of json files in archive and i need to import them into mongo per one operation (…

json mongodb mongoimport