JSONPath Wildcards

CMS Version

3.0.6

Issue

When using a JSON Remote Source to pull into a dataset, I can’t use a wildcard to get all rows I’d like.

I don’t get the data I want. I’ve got an array of items which I don’t want to have to enter individually, so I’m hoping I’m just doing something wrong, and the wildcard would work with some guidance.

I’ve tried lots of permutations [*], *, … , as per JSONPath syntax, and whilst they work using an online evaluator, Xibo doesn’t seem to want to play ball.

My specific JSONPath is

league.standings.0.0.team.name

Which works, but if I change it to what I need;

league.standings.0.*.team.name

It doesn’t.

As the array is a fixed number (10), I even wondered if the following would work, as this works on an online evaluator but unfortunately not.

league.standings.0.0,1,2,3.team.name

Thanks in advance,

Paul

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.