Hi,

In this case, in your EvaluateJsonPath processor, I would try to change the
property "return type" to "json".

Hope that helps!
Pierre


2016-04-23 23:11 GMT+02:00 Igor Kravzov <igork.ine...@gmail.com>:

> Hi,
>
> I am using EvaluateJsonPath to extract some properties from tweet JSON
> returned by GetTwitter processor and later convert to another JSON using
> AttributesToJSON processor.  One of the properties I want to  extract is
> "entities" which is structure of arrays by itself.
> Unfortunately EvaluateJsonPath fails with "Unable to return scalar value
> for expression $.[entities]. I don't want to evaluate each and every
> possible value of entities structure. is there a way to get entities or
> other similar properties as it is?
>
> Thanks in advance.
>

Reply via email to