I have a folder full of unzip (.shp) mixed shape files Points, Lines, and Polys. Can I read in only the points somehow?? If not can anyone recommend a way to restrict to schema to only that of the point shapes, which I have found two different ones so far?
Solved
Readers and Schemas
Best answer by takashi
Hi @dbklingdom, I would try this.
- Read schema features from the target *.shp files with the Schema (Any Format) reader. Expose "fme_geomatry{}" and "fme_dataset" in the "schema" feature type.
- Use the Tester to select only schema features having value "fme_point" in the "fme_geometry{0}".
- Read the point Shapefile datasets using the FeatureReader with setting "fme_dataset" to the Dataset parameter.
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.





