I could not find a user subscriber list so if my email needs to be directed else where please let me know.
I am trying to use NIFI to crack open a file of text and forward the content to a REST service that Natural Language Processing REST endpoint. I use GetFile processor to read the content and send it on to InvokeHTTP process. Request goes out but I receive a "415 unsupported media type" error. Is there a way I can change the content-header to application/text.or do I need to change the format using CompressContent. Maybe I need to write a custom Processor. Thanks for your help. Chris
