- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
you may use the following code in the Script node (chose Shell script):
# zip all .csv files
cd /some/directory/which/contain/files/
tar -cvf PreferedNameOfZipFile /some/directory/which/contain/files/*.csv
Regards,
Milan