Github user bbende commented on the issue:

    https://github.com/apache/nifi/pull/483
  
    @trixpan if you want to add the UUDI of the original FlowFile you would get 
it from the attributes:
    
    `String parentUuid = 
originalFlowFile.getAttribute(CoreAttributes.UUID.key());`
    
    Then add that to the child FlowFile:
    
    `split = session.putAttribute(split, CoreAttributes.UUID.key(), 
parentUUID);`
    
    Is that what you were looking to do?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to