Member since
02-03-2021
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1078 | 02-04-2021 12:14 AM |
02-08-2021
07:30 AM
Hi @ashwinrk maybe this information will help you further: https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-POST-JSON/m-p/307990#M223438 It depends on the concrete target whether the "Authorization" has to be base64encoded or you can use basic authentication.
... View more
02-04-2021
12:14 AM
I was able to convert the same using replace text Search Value: (.*)=(.*)&(.*)=(.*)&(.*)=(.*)&(.*)=(.*) Replace Value: {'$1':'$2','$3':'$4','$5':'$6','$7':'$8'} Since the number of parameters for me was fixed to 4, this was enough to suffice me! If somebody has got an Idea how to do this dynamically, I am ears!
... View more