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.
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.
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. |