Skip to main content
Question

I've used "Import Feature Types" but the data is not being read

  • November 25, 2016
  • 1 reply
  • 17 views

fmelizard
Safer
Forum|alt.badge.img+21

I am using "Import Feature Type" to add an additional shapefile feature type to my canvas for my Shapefile Reader. When I go to click the Run button nothing comes out of that new reader, the feature types that were added before this still work. Why doesn't my new shapefile data come through?

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.

1 reply

brianatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • November 25, 2016

This can occur when the Shape reader is set to read data from a certain dataset, then using import, we point to a completely different dataset. Features are not read as the Shape reader still points to the original dataset.

Note: if the original Shape dataset was the directory containing both files, then it would work as intended. The same expected result could be achieved using wildcards in the Shape reader dataset such as `*.shp` in the directory.