You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by markap14 <gi...@git.apache.org> on 2017/09/08 14:57:57 UTC

[GitHub] nifi issue #2103: NIFI-4306: Allow root field to be updated to a child field...

Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2103
  
    @pvillard31 yeah at this point, the properties are given to use in a Map and not in any guaranteed order. So the updates are applied in some arbitrary order. If you have conflicting "rules" then there's no real way to determine what order they will be evaluated in. So if the first rule ( / => /accounts[1]/* ) is evaluated first then /name will evaluate to `null`. Otherwise, the /name will be updated and then the other rule will overwrite it...


---