Continuing the discussion from Transform JSON with JQ:
I tried this same approach but it returns nothing. I ran the JQ in an online parser to make sure it worked first but it isn’t working the same in Glide. The Json is very short and properly formatted but I’m getting weird errors (seems to me it’s not making an assignment to “j”?):
P2 is a Number column from 0 to 9.
P1 is a lookup from another table containing the JSON:
{
“page”:1,
“results”:[
{
“adult”:false,
“backdrop_path”:“/wvdiTDDBxI0lix4Wbc2qePfgkA2.jpg”,
“genre_ids”:[
35,
80,
9648
],
“id”:107113,
“origin_country”:[
“US”
],
“original_language”:“en”,
“original_name”:“Only Murders in the Building”,
“overview”:“Three strangers who share an obsession with true crime suddenly find themselves wrapped up in one.”,
“popularity”:41.885,
“poster_path”:“/ArsVbYhS6DiFJtRAlV8ytAauNlp.jpg”,
“first_air_date”:“2021-08-31”,
“name”:“Only Murders in the Building”,
“vote_average”:8.5,
“vote_count”:935
},
{
“adult”:false,
“backdrop_path”:“/m6C5RVGEHL8U08WIcgFh0xqUtON.jpg”,
“genre_ids”:[
10767
],
“id”:210426,
“origin_country”:[
“US”
],
“original_language”:“en”,
“original_name”:“One Killer Question”,
“overview”:“The Only Murders in the Building aftershow that isn’t afraid to tackle the hard question. One question. That’s it. Featuring host Ali Stroker, the show’s actors, a slew of celebrity superfans and one big murder to solve it just might be the only Only Murders In the Building aftershow you need to watch.”,
“popularity”:1.585,
“poster_path”:null,
“first_air_date”:“2022-06-28”,
“name”:“One Killer Question”,
“vote_average”:2,
“vote_count”:1
}
],
“total_pages”:1,
“total_results”:2
}