Github user JPercivall commented on the issue:
https://github.com/apache/nifi/pull/476
@pvillard31, sorry for not realizing this earlier but a great improvement
that could be made is to route like RouteText does. Where it can either route
the whole FlowFile when it fails or route each line to the respective
valid/invalid destination. Where invalid rows would have an attribute detailing
what went wrong.
I believe all that would need to be done is to create flowfiles with each
reading of the row and if it fails add it to the invalid list (along with
adding an attribute to it).
---
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 [email protected] or file a JIRA ticket
with INFRA.
---