Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-2735

mongoimport page fixes

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.3.1
    • Affects Version/s: None
    • Component/s: manual
    • Labels:

      1. First paragraph

      ...and the mongoexport document for more information regarding mongoexport, which provides the inverse “importing” capability

      should be

      ...and the mongoexport document for more information regarding mongoexport, which provides the inverse “exporting” capability

      2. mongoimport doesn't have a --quiet option (which is a pity, it's quite useful)

      joannac@Joannas-MacBook-Pro:~/scratch$ mongoimport -d test -c foo --quiet testfoo.json
      ERROR: unknown option quiet
      joannac@Joannas-MacBook-Pro:~/scratch$ mongoimport --version
      mongoimport version 2.4.9
      

      3. --verbose doesn't seem to have any action other than making the import slower – no difference in output on stdout or mongod logs. Maybe it would be visible if I turned my logLevel up but the docs seem to imply an increase in verbosity without it.

      4. Put username/password before --ssl since ssl is so new, username/password is more common

      5.

      n the following example, mongoimport imports the data in the JSON formatted file contacts.json into the collection contacts on the MongoDB instance running on the localhost port number 27017. Journaling is explicitly enabled.
      mongoimport --collection contacts --file contacts.json


      (journalling isn't enabled in this example)

      6.

      In the next example, mongoimport takes data passed to it on standard input (i.e. with a | pipe.) and imports it into the collection contacts in the sales database is the MongoDB datafiles located at /srv/mongodb/.


      should be something like

      ...in the sales database, which is backed by the MongoDB datafiles...

      The sentence as is doesn't make sense

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            joanna.cheng@mongodb.com Joanna Cheng
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              10 years, 10 weeks ago