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

Docs for TOOLS-896: Add --noHeaderLine option for mongoexport please

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor - P4
    • Resolution: Fixed
    • None
    • mongodb-3.6, 3.4.0
    • tools
    • 0.2
    • KANBAN BUCKET
    • true

    Description

      Documentation Request Summary:

      No documentation summary in engineering ticket

      Engineering Ticket Description:

      I noticed that the mongoimport tool has the option --HeaderLine, but the mongoexport has not.

      In fact, I want to export a collection as CSV format and use it in hive. But the first line are fields, not data. I have to process the big file just for removing the first line.

      I have reviewed the code of mongoexport at github, The master branch still has the problem.

      // Write headers
      err = exportOutput.WriteHeader()
      if err != nil

      { return 0, err }

      I think mongoexport need to add an option like mongoimport's --HeaderLine,

      Attachments

        Issue Links

          Activity

            People

              allison.moore@mongodb.com Allison Reinheimer Moore
              emily.hall Emily Hall
              Jess Mokrzecki Jess Mokrzecki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                5 years, 11 weeks, 1 day ago