Import gzipped data into Google Sheets
I am trying to fetch a gzip from a URL and import it automatically into a Google Sheets. The gzip contains one file of CSV data. I know I can import the CSV data into a Google Sheets but I would like to be able to cut out the step of me having to download the gzip and extract the file first before uploading it into a Google Sheets. So my queries: Is it possible to import a gzipped CSV file from a URL directly into a Google Sheets? If not, how would this be done with a Google Apps Script? There is an undocumented utility in GAS called unzip, I know it can unzip ordinary .zip files but have no