Archive (ZIP) Feature Representation
Archive features have no geometry.
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).
|
Attribute Name |
Contents |
Example |
|---|---|---|
|
zip_accessed_date |
The date and time when the file or folder was last accessed in ISO datetime format, If the Retrieve File Properties reader parameter is set to No, the value will be <missing>. |
2026-02-11T14:53:34-08:00 |
|
zip_archive_format |
The format of the archive deduced from the file contents, not the file extension. |
7-Zip |
|
zip_created_date |
The date and time when the file or folder was created, presented in ISO datetime format. If the Retrieve File Properties reader parameter is set to No, the value will be <missing>. |
2026-02-07T08:41:07-08:00 |
|
zip_extension |
The file extension not including the period. |
txt |
|
zip_filename |
The name of the file or folder without path information. |
example.txt |
|
zip_filesize |
The size of the unpacked file in bytes. Directories will have a value of 0. If the Retrieve File Properties reader parameter is set to No, the value will be <missing>. |
32656 |
|
zip_directory_unix |
The parent folder of the file or folder with the trailing slash using forward-slash path separators. If the file or folder is in the archive root, this attribute has no value. |
example/Documents/ |
|
zip_directory_windows |
The parent folder of the feature with the trailing slash using backslash path separators. If the file or folder is in the archive root, this attribute has no value. |
example/Documents/ |
|
zip_geom |
The type of geometry on the features produced by the reader. This will have a value of zip_none in all cases. This attribute is used to map the feature geometry type to other format writers, and in this case indicates that the features from this reader are non-spatial. |
zip_none |
|
zip_modified_date |
The date and time when the file or folder was last modified, presented in ISO datetime format. If the Retrieve File Properties reader parameter is set to No, the value will be <missing>. |
2026-02-07T08:41:07-08:00 |
|
zip_ownername |
The owner name of the file or folder. If the Retrieve File Properties reader parameter is set to No, the value will be <missing>. |
bob |
|
zip_readonly |
The read-only property of the file or folder. The value will be set to either true or false, depending on whether the file or folder is marked as read-only. If the Retrieve File Properties reader parameter is set to No, the value will be <missing>. |
false |
|
zip_rootname |
The filename without the file extension. |
example |
|
zip_type |
Set to either "file" or "folder" depending on whether the feature is a file or a folder. |
file |
|
zip_unix |
The path of the file or folder using UNIX-style forward-slash path separators. |
example/Documents/example.txt |
|
zip_windows |
The path of the file or folder using Windows-style backslash path separators. |
Temp\example.txt |