How to unzip a file in script
An external service is sending a text file to ServiceNow, this is being received with a custom processor. The file contents (HTTP POST body) text is easily read using:var data = GlideStringUtil.getStringFromStream(g_request.getInputStream()); They ...
