Forum Discussion
Elitlogik
2 years agoFrequent Visitor
Binary.Decompress possible error?
Binary.Length(Web.Contents("https://epss.cyentia.com/epss_scores-current.csv.gz")) Returns 1391340 Binary.Length(Binary.Decompress(Web.Contents("https://epss.cyentia.com/epss_scores-current.c...
jennratten
2 years agoSuper User
That particular compression method is very old and is limited in bits.
Elitlogik
2 years agoFrequent Visitor
I understand. You mean that the Binary.Decompress with the Compression.GZip parameter is old code? Because GZip as a standard is still vewry widely used on the web.
Strangely enough it decompresses another 8 MB file from another source just fine.