Extract an archive and locate correct file

I’m new and learning Make.

I have a scenario where I’m extracting a zip file using the archive module.
One of the files in the archive is a json file that I want to parse.
How do I point the JSON parser to the correct bundle?

Thanks.

1 Like

Nevermind. I figured it out.
I set a filter to filter if the filename contained “json”.
Then it worked.

Posting here in case anyone else has this question.

2 Likes