Created 11-14-2017 07:01 AM
Hi,
I am using the attached flattened json message and i would like to extract payload attribute in order to decode it. I use the EvaluateJsonFormat with flowfile-attribute destination and added payload property with $.payload but it doesn't just extract only payload and it returns all the Json message.
Any thoughts what i am doing wrong?
Thanks
Created on 11-14-2017 08:08 AM - edited 08-17-2019 11:44 PM
i tried with your json message and eval json path processor with
payload property as $.payload
processor working as expected..
Output:-
Can you share screenshots about your processors configurations,input to processor and flow, that would be great help to find root cause of your issue.
Created on 11-14-2017 08:08 AM - edited 08-17-2019 11:44 PM
i tried with your json message and eval json path processor with
payload property as $.payload
processor working as expected..
Output:-
Can you share screenshots about your processors configurations,input to processor and flow, that would be great help to find root cause of your issue.
Created 11-14-2017 08:55 PM
Awesome. Thanks Shu