Skip to main content

I have attached the actual workbench below. SO in more detail, what I am trying to do is to output fanned out (by council name) shape files and GDBs to an already existing folder (of the same name as the council name attribute) on a drive somewhere.

Is there a way to direct the output data to go into the different council folders when this workbench is run for all councils?

The intention is to place this in the server and then schedule it to run on a quarterly basis.

any thoughts?

thanking you in advance.

Yes, should be doable - Check out Dataset Fanout: https://community.safe.com/s/article/fanout-1

This is probably the easiest method.

 

Another good option if the fanout option isn't doing what you want is to swap out the traditional writers for FeatureWriters. The output location can be easier to handle in the FeatureWriter and seems more flexible.


thanks virtualcitymatt, I had seen that link before. however, I couldn't achieve the outcome i was looking for. Not to worry though as I think I will change my approach.

thank you for your help anyway. At least I have learned to use the featurewriter transformer.

cheers.


Reply