Skip to main content

Hi all. I currently have a workspace that simply downloads some data from a SQL server, puts it threw some geometry checks and then finally uploads the .gdb to an S3 bucket.

 

I would like the final output to be a zip file rather than the .gdb but cannot get it to work. If i change the final output in the S3 connector a zip file is created but it is blank. Any help would be greatly appreciated.

 

Here is a screenshot of my process:

 

image

You can just add .zip to the FeatureWriter's Dataset. Like 

C:\TMP\test.gdb.zip

 


Thankyou very much. That worked perfectly. I'm a bit embarrassed i didn't think of that.


Thankyou very much. That worked perfectly. I'm a bit embarrassed i didn't think of that.

Cheers 🙂 no worries, dumb questions do not exist and this is one of those things which are only obvious when you know about it. Also, I often use the ZipArchiver from the hub to do this, if I want something else then standard.


Reply