unzipping without gzip?
Submitted by empiricalWeb on Tue, 2009-12-01 09:08.Price Tapestry
This may sound like an odd question, but is there a way for me import CSV files that are compressed as .gz files without mod gzip enabled on my server?
Support forum loginActive forum topics©2006-2012 IAAI Software |
unzipping without gzip?Submitted by empiricalWeb on Tue, 2009-12-01 09:08.Price Tapestry
This may sound like an odd question, but is there a way for me import CSV files that are compressed as .gz files without mod gzip enabled on my server? |
Hi,
The automation instructions described in the following thread...
http://www.pricetapestry.com/node/198
...don't rely on any PHP modules as it uses the system command line tool gzip - which is almost universally installed so you shouldn' have any problems...
Cheers,
David.