tspannhw / nifi-extracttext-processor

Apache NiFi Custom Processor Extracting Text From Files with Apache Tika
Apache License 2.0
35 stars 29 forks source link

Payload lost on failure #4

Open eouthwaite opened 5 years ago

eouthwaite commented 5 years ago

I have a PDF document that has the prevent extraction flag checked.

The processor (very reasonably) fails, but a zero byte flow file is returned to failure.

I would expect the original flow file to be routed to failure.

tspannhw commented 5 years ago

That seems like a good idea. Let me do that instead.

lifan0127 commented 4 years ago

Thanks for this work. Has this feature been implemented or is there any alternative solution?