Scrooge-McDucks commented on PR #11583:
URL: https://github.com/apache/nifi/pull/11583#issuecomment-5381393195

   Our use case: we receive payloads that are a mix of Base64-encoded and plain 
content within the same flow, and we don’t know ahead of time which is which. 
Today we handle this with a script Processor that inspects each FlowFile and 
decides how to route it. DetectBase64 was meant to replace that with a 
purpose-built component.
   
   The reason EncodeContent doesn’t quite work for us: it assumes the content 
is already Base64, so on plain content it just fails or garbles it.
   
   Happy to take a direction on what you think is best !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to