Skip to main content
Solved

How to write separate single part shapefiles rather than one multipart shapefile?

  • May 12, 2014
  • 3 replies
  • 15 views

makt
Contributor
Forum|alt.badge.img+1
I have a workspace that writes out one multipart shapefile (many rows in the dbf).

 

 

I'm looking to instead write out separate shapefiles that would correspond to each part (i.e. one shapefile for each row in the the multipart shapefile).

 

 

Not sure if my workspace requires additional transformer(s), modifying the writer parameter settings, or would involve both transformers and writer parameter settings.

 

 

I tryed experimenting with fanout settings in the the writer, but I haven't got anything to work.

 

 

 

Best answer by fmelizard

Have a look at the Deaggregator, to decompose your geometry.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • May 12, 2014
Have a look at the Deaggregator, to decompose your geometry.

  • May 12, 2014
Can you send a image of your Attribute table?

makt
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • May 12, 2014
ETLS-Itay - your hint was enough thanks