I have have two request formdata param. One param is file which is multipart and another is acno which is string. Here is the postman image:
Postman request is working fine. This postman request, I want to process using Apache Nifi. Here I have tried to use below image in apache nifi:
But when start above aldiagram file & acno not found
Here is screen steps:
1. GetFile screen :
2. Update Attribute screen:
3. AttributeToJson screen:
4. InvokeHTTP screen:
I follow steps above screen --> Getfile->UpdateAtribute->AttributeToJson->InvokHttp
What is the wrong of my configuration?
Please help me...