Zip
Zip activity is used to converting file to compressed format.
| *File name | The file name or the folder name is written. |
| *Zip File Name | The zip file name or folder name is written. |
| Overwrite | This checkbox enables overwriting if there is a file or folder with the same name. |
| Password | If there is a password for compressed file, its password must be entered here. |
Note: * Fields selected with are required, others are optional.
File name example for folders
You can use the file path as shown in the example.
Full name for specific file:
C:\Temp\Test.xlsx
Files that start with the initial letter a in the folder and have an extension .txt are processed in batches:
C:\Temp\a*.txt
All files in the folder with extension .xlsx are processed in batch:
C:\Temp\*.xlsx
All files in the folder will be processed in batch:
C:\Temp\*.*
All files/folders in the folder will be processed collectively:
C:\Temp\*
Zip file name path example for folder
You can use the zip file name path as shown in the example.
C:\Temp\deneme.zip
Password example
Accepts all the following characters for encryption.
türkçeğüışçöÇÖİŞĞÜé!’^+#$%&{()=}-_;`~¨´.₺€@+-[]
Zip file name path hint
The name of the compressed file (The name of the file can be changed) and the format as .zip should be written to give the desired full directory.
Overwrite status
If the “Overwrite” checkbox status is:
True: If there is no file with the same name in the relevant directory, compression is performed. If there is a file with the same name in the relevant directory, the old file is overwritten and compressed.
False: If there is no file with the same name in the relevant directory, compression is performed. If there is a file with the same name in the relevant directory, decompression is not performed. The function gets an error with the message File already exists in directory.