Github user zenfenan commented on the issue:

    https://github.com/apache/nifi/pull/2751
  
    Actually after giving it some serious thought, the attribute approach does
    make more sense. Easy from the flow development perspective, and even when
    using ExecuteScript or a custom processor to parse and process content to
    create appropriate tags, the developer can still add them to FlowFile
    attributes.
    
    So I’ll update this one to scrap the JSON approach and instead take a 
comma
    separated list of tag prefixes which will be taken and scanned against the
    incoming FlowFiles’ attributes to generate the tags. Makes sense?



---

Reply via email to