Skip to main content
Solved

FME Desktop: Attributes fails to be transferred to a file geodatabase,

  • January 15, 2022
  • 2 replies
  • 74 views

jamal
Forum|alt.badge.img+5

FME Desktop: Attributes fails to be transferred to a file geodatabase,

 

In the screenshot below, I wanted to write the result of the “geometry filter” into a file geodatabase having all fields transferred. However, the indicated fields are not transferred.

 

What could be the issue here?

 

The data and workbench are attached

 

Clip_85 

Clip_84 

 

 

 

 

 

Best answer by daveatsafe

Hi @jamal​,

The attributes starting with 'fme_' are generic format attributes, and are generally mapped to the same generic format attributes on the output feature, rather than to the user attributes of the schema. If you want to use this information in the output schema, I recommend using an AttributeCopier to copy them to attributes without the 'fme_' prefix.

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

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • January 20, 2022

Hi @jamal​,

The attributes starting with 'fme_' are generic format attributes, and are generally mapped to the same generic format attributes on the output feature, rather than to the user attributes of the schema. If you want to use this information in the output schema, I recommend using an AttributeCopier to copy them to attributes without the 'fme_' prefix.


jamal
Forum|alt.badge.img+5
  • Author
  • 342 replies
  • January 24, 2022

Thank you for the help. It works fine

 

Clip_119 

Clip_120