Opens a zip archive folder and extracts the files.
Use the ellipsis (...
) to browse to the Zip Archive Folder you want to extract files from.
Below is the Data Schema that Data Sync returns for the Zip Archive Connector. The actual file data is not part of the schema and is read when required during the Synchronisation operation.
Column | DataType | Description |
---|---|---|
FullFileName | String | The full relative path to the item including filename. |
Path | String | The full relative path to the item. |
FileName | String | The filename of the item. |
DateCreated | DateTime | Date Created UTC |
DateModified | DateTime | Date Modified UTC |
Length | Int64 | The Length/Size of the file in bytes. |
Checksum | String | The CRC32/MD5/SHA1 hash/checksum of the file. |