Previously we downloaded TimesAndSales data via gzipped FTP files. It looks like this data is now downloaded uncompressed. Is there a way of explicitly requesting gzipped content?
Previously we downloaded TimesAndSales data via gzipped FTP files. It looks like this data is now downloaded uncompressed. Is there a way of explicitly requesting gzipped content?
The extraction data is always delivered in compressed (gzip) format. The fact that it is delivered in compressed format might not have been obvious in the demo, because some consuming frameworks, like Postman, will automatically decompress the data.
Depending on the programming libraries and methods you use you can set automatic decompression on or off. It is, of course, possible to download and extract the gzipped file from the service via the API, without even decompressing it.