python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
mongoimport/mongoexport and timeseries
Do the mongoimport and mongoexport cli tools support the new timeseries collection type?
We are trying to exporting data from a timeseries collection:
mongoexport -h localhost --port=27018 --type=json...
dash1e
Votes: 0
Answers: 0
mongoexport could not connect to server with username issue
mongoexport --host dbhost --port 27017 --db=mms-service --collection=document --type=csv --fields=_id --query='{}' --limit 10 --out exported.csv -u=user.name --authenticationDatabase admin
but i get...
teng huang
Votes: 0
Answers: 1
MongoExport: Can you query a field?
I am currently working on a solution using Mongo database.
We must use MongoExport for this one.
Is there a way to enhance my MongoExport command to include a filter on the fields?
For instance:
-q:&q...
Valentin Nikolov
Votes: 0
Answers: 1
MongoDB sharded cluster : using a query option for mongoexport utility and mongo version V5.0.6
Using Windows 10 home CMD:
mongoexport --uri="mongodb+srv://cluster0.80g0y.mongodb.net/reporting" --username=quser --authenticationDatabase=admin --password=sample123 --collection=pReports...
Sam
Votes: 0
Answers: 0