Re: Extracting a .gz file

2016-10-05 Thread Cannon Smith
You might even try EXPAND BLOB which supports gzip: http://doc.4d.com/4Dv15R5/4D/15-R5/COMPRESS-BLOB.301-2936996.en.html I’m just not sure if it will only expand a blob COMPRESS BLOB compressed or if it would expand any gzip file you could pull into a blob. -- Cannon Smith Synergy Farm

Re: Extracting a .gz file

2016-10-05 Thread Chip Scheide
on Mac, my experience is that gzip is opened/extracted by the built-in compression/decompression utility. So an Applescript (or whatever) that opens the document *should* decompress it auto-magically. probably even this will work: OPEN WEB URL($Path) Chip On Wed, 5 Oct 2016 13:21:52 -0400, bo

Re: Extracting a .gz file

2016-10-05 Thread Jeffrey Kain
On Mac - gzip -d > On Oct 5, 2016, at 1:37 PM, Tai Bui wrote: > > Hi Bob, > > I haven't tried it from 4D myself, but both WinRAR and 7zip can extract gZip > files and are available from the command line so it should be possible to use > LEP with them. ***

RE: Extracting a .gz file

2016-10-05 Thread Tai Bui
Hi Bob, I haven't tried it from 4D myself, but both WinRAR and 7zip can extract gZip files and are available from the command line so it should be possible to use LEP with them. Best Regards, -Tai B. ** 4D Internet Users Group

Extracting a .gz file

2016-10-05 Thread bob . miller
Hello Everyone, I've not used the .gz archive format before, but I have a situation now where I'm getting data daily in .gz format (also called "gzip") that I need to decompress. Is there something I can use (4D v15) to "unzip" these files? Is there something I can use with LEP or possibly PH