Skip to main content
Solved

Feature Writer going into Feature Reader - but not picking up correct field names

  • February 1, 2021
  • 3 replies
  • 149 views

joe.fme
Contributor
Forum|alt.badge.img+6

Hi,

 

I've got a pretty complex model going on, and I am writing an an excel file (appending) a few times throughout. However, even with the Feature Writer (as shown here) field names, it's not being picked up in the Feature Reader which is the next step. I know there's other field names of this type in the model, however I'm pointingit at the file to read, and they appear as such in the written excel file.

 

I've tried purging temp data, closing and opening workspace, but to no avail. Any ideas?

Thanks

Best answer by nielsgerrits

Under parameters, uncheck the sheets and click ok. When you open the parameters again the sheets are reset.

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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • February 1, 2021

Under parameters, uncheck the sheets and click ok. When you open the parameters again the sheets are reset.


hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • February 1, 2021

does your process add new fields before the feature reader? If so, then you're not going to be able to see those fields exposed in fme as when you setup the reader, they don't exist. To work with these fields you're stepping into dynamic workflow and schema processes.

 

Have a look here for some insight: https://community.safe.com/s/article/dynamic-workflow-tutorial-introduction


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • February 2, 2021

does your process add new fields before the feature reader? If so, then you're not going to be able to see those fields exposed in fme as when you setup the reader, they don't exist. To work with these fields you're stepping into dynamic workflow and schema processes.

 

Have a look here for some insight: https://community.safe.com/s/article/dynamic-workflow-tutorial-introduction

Yes on the dynamic part.

But when developing a workspace, the schema in the FeatureReader seems to be stuck. Like cache which won't refresh. To force a refresh, deselecting all the sheets under parameters seems to help.