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.
---