Skip to main content

Hi,

 

 

is there a way to expose the file type suffix (e.g. ".shp") after the file has been created and zipped with the FeatureWriter? The "_dataset" attribute only yealds the .zip suffix whereas _feature_type attribute does only show the file name without the suffix. Thank you for your help.

You should be able to configure a PATH reader in a FeatureReader to read the contents of the zip file. See here as an example:

https://knowledge.safe.com/questions/37542/directory-and-file-path-when-reading-a-zip-returns.html

 


You should be able to configure a PATH reader in a FeatureReader to read the contents of the zip file. See here as an example:

https://knowledge.safe.com/questions/37542/directory-and-file-path-when-reading-a-zip-returns.html

 

Perfect solution with this transformer @virtualcitymatt


Reply