Skip to main content
Solved

fme_text features with empty fme_text_string. Could it be a GEODATABASE_FILE Reader configuration problem?

  • November 18, 2023
  • 6 replies
  • 68 views

jorge_rosales
Contributor
Forum|alt.badge.img+8

If you execute the attached workspace...

 

imageYou get fme_text features with empty fme_text_string (but TextString has a value).

 

imageAny suggestions?

 

Best answer by redgeographics

Let me rephrase my question: can you show a feature in ArcGIS that has a text string and then that same feature in FME where it does not have a text string?

I don't have ArcGIS, so I can't use the ESRI-version of the Geodatabase reader. However, if I use the OpenAPI Geodatabase reader I can see all points have a TextString attribute (which is not the same as fme_text_string).

 

So then a LabelPointReplacer to turn them into actual text objects does the trick.

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.

6 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

Your screenshot shows at least one feature with an fme_text_string so it's probably not a configuration issue. Are you 100% sure all features should have a fme_text_string?


jorge_rosales
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • November 20, 2023

FME recognizes all features as fme_text, so according to the documentation I expected the fme_text_string, fme_text_size and fme_rotation attributes to have values.


redgeographics
Celebrity
Forum|alt.badge.img+62

FME recognizes all features as fme_text, so according to the documentation I expected the fme_text_string, fme_text_size and fme_rotation attributes to have values.

Let me rephrase my question: can you show a feature in ArcGIS that has a text string and then that same feature in FME where it does not have a text string?


jorge_rosales
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • November 20, 2023

Let me rephrase my question: can you show a feature in ArcGIS that has a text string and then that same feature in FME where it does not have a text string?

Seems. If you open the gdb of the example in ArcGIS you will be able to see the texts. But if you read the annotations with FME, fme_text_string is missing.

 

image


redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • November 20, 2023

Let me rephrase my question: can you show a feature in ArcGIS that has a text string and then that same feature in FME where it does not have a text string?

I don't have ArcGIS, so I can't use the ESRI-version of the Geodatabase reader. However, if I use the OpenAPI Geodatabase reader I can see all points have a TextString attribute (which is not the same as fme_text_string).

 

So then a LabelPointReplacer to turn them into actual text objects does the trick.


jorge_rosales
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • November 20, 2023

Let me rephrase my question: can you show a feature in ArcGIS that has a text string and then that same feature in FME where it does not have a text string?

Thanks @Hans van der Maarel​. The TextPropertyExtractor transformer seems to fix the problem as well.