Skip to main content

Hi, I used an AttributeFilter transformer to split attributes. I want to write each of them as a feature class in a new file geodatabase. What is the best way to do that?

Thank you for your assistance.

Hi Marjan,

I’m not to sure what you mean, but after the attributefilter you could use a attribute creator to create an attribute which contains the name of your featureclass. In the featurewriter you set the name to the attribute field:

You could also, in your featurewriter, fix the names.

then you can directly connect the filter ports of your attribute filter to the writer:\

 

Is this what you are looking for?

 


Reply