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

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

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Blocker - P1 Blocker - P1
    • v1.3.7
    • Affects Version/s: None
    • Component/s: manual
    • Environment:

      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

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

              Created:
              Updated:
              Resolved:
              9 years, 43 weeks, 4 days ago