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

Comment on: "manual/reference/program/mongoexport.txt"

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Blocker - P1 Blocker - P1
    • v1.3.7
    • None
    • manual

    Description

      Under the -query option, your example has one too many closing braces...

      This:

      mongoexport -d test -c records -q "{ a:

      { \$gte: 3 }

      } }" --out exportdir/myRecords.json

      Should be:

      mongoexport -d test -c records -q "{ a:

      { \$gte: 3 }

      }" --out exportdir/myRecords.json

      Attachments

        Activity

          People

            sam.kleinman Sam Kleinman (Inactive)
            xgen-internal-docs Docs Collector User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              9 years, 33 weeks, 2 days ago