I have a polygon shape file containing a few dozens of rows. How can I split the shape file into many shape files, each containing only one row?
Solved
How to split one shape file into multiple shape files, each from one row?
Best answer by redgeographics
In the writer feature type parameters you can set the shapefile name, if you select an attribute there it will make a new shapefile for each unique value of that attribute, so if you have an attribute with a unique identifyer it'll create one shapefile per feature (and if you don't have such an attribute you can use the Counter to create it.

So here for example I've picked the attribute "id" as my shapefile name.
Hope this helps.
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.
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.


