Skip to main content

Connect and Extract Files using the Zip Archive Connector

This connector will open a zip archive folder and extract the files.

To use the zip archive connector open the connection window and expand the File System folder. Then select Zip Archive from the list. Use the ellipsis (...) in the ZipFileName field to browse to the Zipped Folder you want to extract files from. Then click Connect to load this into the datasource window.

Zip Archive

Schema

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.

ColumnDataTypeDescription
FullFileNameStringThe full relative path to the item including filename.
PathStringThe full relative path to the item.
FileNameStringThe filename of the item.
DateCreatedDateTimeDate Created UTC
DateModifiedDateTimeDate Modified UTC
LengthInt64The Length/Size of the file in bytes.
ChecksumStringThe CRC32/MD5/SHA1 hash/checksum of the file.