Member since
08-23-2022
16
Posts
0
Kudos Received
0
Solutions
10-25-2022
08:06 AM
I am using the parameter contest in that their is parameter, which is a sensitive parameter and i need to call in routeOnattribute for our requirement. how can i achieve this calling the sensitive parameter from parameterContests.Please help me out. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
08-30-2022
02:09 AM
Hi, Input is getting from jolt transforms and data is something like : { "dv_sys_id" : [ "23ec0223138d73006877", "983f853edb2c77007166f", "6a3d0a23138d73006877b3", "805d5339db8dd050f66" ] } output should go in invokehttp processor somthing like: dv_sys_id: 23ec0223138d73006877, 983f853edb2c77007166f, 6a3d0a23138d73006877b3, 805d5339db8dd050f66 remote url : https://<url>${dv_sys_id} How can i achieve this requirement, Pls help me out.
... View more
Labels:
- Labels:
-
Apache NiFi
08-26-2022
11:52 PM
Thanks for your help @SAMSAL
... View more
08-23-2022
10:50 PM
Hello, The flow is using invoke http processor I will fetch the data from api and inother part the data we are pulling from another api sending the data to ouput port, now using input port I am pulling the data and there is common field which is id, using the id from both apis we need to merge the data that is requirement, I will tell you the flow in diagrammatic way.
... View more
08-23-2022
03:51 AM
Hello, I am working on one of the tasks in Nifi and I am stuck on of the issue, the issue is I am getting the Json data from jolt transforms processor and also I am getting the Json data from input port processor now the issue is I need to combine the data from two processor based on id’s. How to combined the data from two processors based on common id ? Will you please help me out. Thanks, Sathish
... View more
Labels:
- Labels:
-
Apache NiFi