Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-4269

GetMongo should be able to provide pure JSON as well as "extended JSON"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • None
    • None

    Description

      GetMongo currently only supports "extended JSON." That results in ugly JSON like this:

      {
      "timestamp":

      { "$date": LONG_TIMESTAMP }

      }

      instead of something cleaner like this:

      {
      "timestamp": "2017-08-07T00:00:00Z"
      }

      GetMongo should be refactored to support both modes of JSON serialization.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mike.thomsen Mike Thomsen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: