Thanks Adhiyan,Amit.I have tried both ways first solution requires gunzip utility which is currently not installed over server.I tried second solution and made some changes to it, below is the scriptvar zip = new ZipFile("/path/Data.zip")var content = new MemoryBuffer();content.load("/path/Data.csv"...