Closed petedmarsh closed 2 years ago
If gzip_output = true in settings then downloaded data will be compressed and stored as .csv.gz rather than plain uncompressed csv.
gzip_output = true
This setting is set to false by default to maintain backwards compatiblity.
false
If
gzip_output = true
in settings then downloaded data will be compressed and stored as .csv.gz rather than plain uncompressed csv.This setting is set to
false
by default to maintain backwards compatiblity.