Refering to screenshot attached Does

(Refering to screenshot attached) Does this field support json path expressions ? For eg, if i want to access field inside array of objects and output array of strings, can use values like field.*.key ? I have object like this:
{
"media": [
{
"url": "url1"
},
{
"url": "url2"
}
]
}
{
"media": [
{
"url": "url1"
},
{
"url": "url2"
}
]
}
I want to display the media column in table as an array of urls like this: media: ["url1", "url2"]
No description
1 Reply
eastern-cyan
eastern-cyan2y ago
If I understand it correctly, you want to have Output schema transformation. Unfortunately not, it is not as smart/nested now. Basically, you can only pick fields or unwind an array (but not pick from the outwound array again). But there are possibilities to support more, @Zuzka (Apify) will add it to backlog. Thanks for ideas.

Did you find this page helpful?