Avatar

Correct answer by
Community Advisor

Hi @holmes74338504 

 

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

View solution in original post