XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Do
    • None
    • None
    • Extensions
    • None

    Description

      (Based on https://issues.apache.org/jira/browse/NIFI-8243)

      Improve the UpdateRecord processor for field removal:
      In case "Replacement Value Strategy" is set to "Record Path Value", allow the users to set the empty string as the value of the paths provided through dynamic properties. This would provide the capability to remove fields.

      Example - input

      {
        "foo": "value",
        "record": {
          "subrecord": {
            "key": "value"
          }
        }
      }

       

      Dynamic property: /record => <empty string>

      Output

      {
        "foo": "value"
      }

      Attachments

        Issue Links

          Activity

            People

              pgyori Peter Gyori
              pgyori Peter Gyori
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 4h 10m
                  4h 10m