Skip to main content
Question

Need nelp setting upp dynamic writer

  • August 21, 2019
  • 1 reply
  • 7 views

aron
Enthusiast
Forum|alt.badge.img+16

For some reason I can not get this to work, and its driving me nuts.

I am using a File & Directories reader in conjunction with a Workspace runner but am unable to get the writer to function correctly. The data is a bunch of shape files (point, line, polygon). The usual method of using fme_feature_type with a dynamic schema does not seem to work. If I use path_rootname for the outgoing file names it does save the files, but they are empty. Any ideas?

 

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

takashi
Celebrity
  • August 21, 2019

WorkspaceRunner won't read any features at all.

If you just need to read features from Shapefile files and writer them into the destination dataset with dynamic writer configuration, consider using the FeatureReader instead of the WorkspaceRunnder. You can then use the schema features output via the <Schema> port of the FeatureReader as the Schema Source in the dynamic writer.