Hi,
I have found following code does create file "myFile.zip" which contains 2
csv files (hisSelect.csv, salSelect.csv), but the .zip file size is
approximately same as the size of hisSelect.csv + salSelect.csv files. I
mean no real compression is done.
Thanks for your comments.
hisSelect = SalaryHistory.select()
salSelect = Sales.select()
export_csv_zip([hisSelect, salSelect], file="C:/myFile.zip")
Petr Jakes
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss