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.
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.
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.