Does redash JSON datasource support nested objects? #6938
-
Hey there, I'm aware that the JSON datasource supports the path option so you can return an inner object, but I cannot work out the syntax to use this if the object is several levels deep. Eg for this JSON as an example, I can use path: data to access stuff in the data object, but it's not clear how I'd access the nested data.awarded or data.awarded.supplier objects. It doesn't seem like you can traverse the JSON. Any help would be appreciated. Nb the below is just example JSON I pulled for the example. edit: json rest api source for example: https://tenders.guru/api/es/tenders/
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
url: https://gist.githubusercontent.com/gaecoli/1a394db8cd316b0b7acea57a27e0ca16/raw/9012412793461990b0a1512733389ea2a0c06a5d/json |
Beta Was this translation helpful? Give feedback.
-
You can like this to query. |
Beta Was this translation helpful? Give feedback.
#6948