Let's say we have object and array in Json as

{"company":"xyz", "rate":[0.02, 0.03, 0.04]}


With Nifi processor EvaluateJsonPath, we may get the individual values of
the object and array such as

companyValue = $.company
firstRateValue = $.rate[0]


What would you recommend if I need to capture all of the three values of
the rate?

Thanks.
Hong


*Hong Li*

*Centric Consulting*

*In Balance*
(888) 781-7567 office
(614) 296-7644 mobile
www.centricconsulting.com | @Centric <https://twitter.com/centric>

Reply via email to