Skip to main content
Solved

FME attribute creator not storing created attributes in final written file

  • March 6, 2019
  • 2 replies
  • 117 views

Forum|alt.badge.img

My name is Pelwinderpal Singh and I am currently working for AGI. We currently support the cesium 3d tiles format here in FME. Would appreciate if I could get some help on this issue I am experiencing. Thanks.

 

I opened an esri shapefile using the shapefile reader. I then used attribute creator to create an attribute with a value. I then converted it back to a shapefile using the ESRI writer. When i open the new shapefile, the attribute is still not shown.

I tried adding in an extruder after the attribute was created. I extruded vertically and for direction, I put attribute name that I created. I then converted to a shapefile using writer. When i inspected the new shapefile, i could see that the extrusion worked. This means that the attribute was created.

 

My only concern here is how to get the created attribute to be shown?

Best answer by redgeographics

Did you add the attribute to the output feature type? And if so, does it have the same name? Shapefile imposes some limitations on attribute names (max 10 characters and they generally have to be uppercase) so if it's not a 1-on-1 match between the output feature type and whatever transformer the data last passes through it won't get written.

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

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3702 replies
  • Best Answer
  • March 6, 2019

Did you add the attribute to the output feature type? And if so, does it have the same name? Shapefile imposes some limitations on attribute names (max 10 characters and they generally have to be uppercase) so if it's not a 1-on-1 match between the output feature type and whatever transformer the data last passes through it won't get written.


Forum|alt.badge.img
  • Author
  • 4 replies
  • March 6, 2019

Thank you!