Skip to main content
Solved

FME Desktop 2022 Build 22311: The “issue locations” generated from the “geometry validator” fails to be written in an esri feature class,

  • March 30, 2022
  • 2 replies
  • 23 views

jamal
Forum|alt.badge.img+5

FME Desktop 2022 Build 22311: The “issue locations” generated from the “geometry validator” fails to be written in an esri feature class,

 

As per the screenshot, the “issue locations” generated from the “geometry validator” fails to be written in an esri feature class

 

What could be the issue here?

 

The data is attached

 

Clip_37 

 

 

 

 

Best answer by nielsgerrits

I can reproduce your issue. The User Attributes in the writer are set to Automatic. This sets the attribute type to double, while the value is a string.

2022-03-30_15h02_272022-03-30_15h06_30I think this is incorrect behavior. @danatsafe​ can you check this?

When you change the user attributes to Manual and change the type to char it will write the data as expected.

I also had issues with your writer, it kept complaining about a template? After replacing it with a new (Feature)writer it worked.

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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • March 30, 2022

I can reproduce your issue. The User Attributes in the writer are set to Automatic. This sets the attribute type to double, while the value is a string.

2022-03-30_15h02_272022-03-30_15h06_30I think this is incorrect behavior. @danatsafe​ can you check this?

When you change the user attributes to Manual and change the type to char it will write the data as expected.

I also had issues with your writer, it kept complaining about a template? After replacing it with a new (Feature)writer it worked.


jamal
Forum|alt.badge.img+5
  • Author
  • 342 replies
  • March 30, 2022

Thank you for the help. It works fine as I choose the definition to be “manual” and then the type to be “chr”

 

I think this needs to be enhanced so that one can still choose the definition to be “Automatic”

 

 

 

Clip_331