Forum Discussion
KarelHusa
3 years agoSuper Contributor
an option would be to process the compressed response with a Groovy script.
You can utilize, e.g., Java ZipInputStream, iterate through Zip entries, and do anything you need with each of them.
an option would be to process the compressed response with a Groovy script.
You can utilize, e.g., Java ZipInputStream, iterate through Zip entries, and do anything you need with each of them.