Skip to main content
Solved

How can I save the contents of fme_text_string to a writer? I created the fme_text_string using Creator, and tried the AttributeExposer, AttributeManager, AttributeCreator, but still my writer is empty...

  • January 4, 2021
  • 2 replies
  • 52 views

lily
Contributor
Forum|alt.badge.img+13
How can I save the contents of fme_text_string to a writer? I created the fme_text_string using Creator, and tried the AttributeExposer, AttributeManager, AttributeCreator, but still my writer is empty...

Best answer by david_r

Try renaming it to something that doesn't start with "fme_", also of course make sure that the writer definition includes the new attribute.

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.

2 replies

david_r
Celebrity
  • Best Answer
  • January 4, 2021

Try renaming it to something that doesn't start with "fme_", also of course make sure that the writer definition includes the new attribute.


lily
Contributor
Forum|alt.badge.img+13
  • Author
  • Contributor
  • January 4, 2021

Yes! Now it works!! Thank you!!!