Decompress GZIP response body in HTTP Connector

Hi,

I’m downloading data from a resource - gzip encoded. Actually when I want to read data as gzip or decompress them, it’s not possible. Is there any way how to download gzip response body data via your connector component and decompress them for further reading?

Thanks!

Hi mypatrick,

the steps to achieve this should be:

1] in HTTPConnector set “Output file URL” property - in that file will be stored your gzip
2] in reader (UniversalDataReader, …) use gzip url (see sample in http://doc.cloveretl.com/documentation/ … aders.html ) which allows you to read content from gzip

I hope this helps.