12-07-2017 03:56 AM
12-07-2017 08:41 AM
While I check with the team, have you tried using a ZipFile Read Snap?
12-07-2017 10:25 PM
Yes I have tried with Zipfile Read snap but its not working. Getting below error
12-08-2017 11:22 AM
It is CALLED gzip, but really isn’t a zip file at all. For example, you can’t have a gzip ARCHIVE. If someone wants an archive on gnu, they usually gzip a TAR archive. That becomes .tar.gz or .tgz gzip is more like compress, and the decompress snap apparently supports it. Set the scheme on the decompress to gzip. Auto, the default, MIGHT work, but try gzip.
Steve
12-11-2017 10:33 PM
I have tried with the same which you mentioned gzip but won’t works.
But I have used the first approach which I mentioned, i.e. File Reader > Decompress is working fine. I am not sure how it will work for huge size files. will check it and update here.
Anyhow thanks for your suggestions.