You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by bdesert <gi...@git.apache.org> on 2018/05/23 15:34:51 UTC

[GitHub] nifi issue #2711: NIFI-1705 - Adding AttributesToCSV processor

Github user bdesert commented on the issue:

    https://github.com/apache/nifi/pull/2711
  
    @joetrite , I would like to mention it under the current PR - there was a discussion about having ["record-aware" output](https://github.com/apache/nifi/pull/1589#issuecomment-383639761). This will need to be addressed, but I believe is not part of this PR, as there are use cases when having schema will limit capabilities of this processor. I.e. when list of attributes is empty, it is expected to get all flow file attributes on output, but the list is unknown, so a schema cannot be pre-defined.
    
    @mattyb149 , as alternative, we can issue enhancement jira for AttributeToRecord to address schema-specific extracts.


---