mongoimport

Imports content from a JSON, CSV, or TSV file into a MongoDB database.

=> More information.

mongoimport --file={path/to/file.json} --uri={mongodb_uri} --collection={collection_name}
mongoimport --type={csv} --file={path/to/file.csv} --db={database_name} --collection={collection_name}
mongoimport --jsonArray --file={path/to/file.json}
mongoimport --file={path/to/file.json} --mode={delete|merge|upsert} --upsertFields="{field1,field2,...}"
mongoimport --type={csv} --file={path/to/file.csv} --fieldFile={path/to/field_file.csv} --ignoreBlanks
mongoimport --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/mongoimport.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
105.194658 milliseconds
Gemini-to-HTML Time
0.437014 milliseconds

This content has been proxied by September (ba2dc).