Is there an app/script/something else available which compresses a csv (preferably output of outputcsv command ) and emails it? Bonus point if its able to split it into multiple zips if size exceeds threshold.
I am working on a set of data which, when extracted as CSV, sizes to approx 150 MB, which when compressed is >10 MB.
The email provider I use allows max 8 MB attachments, so I need compression as well as splitting into multiple zip.
EDIT: Platform = Unix
... View more