Skip to main content
Question

Use internal FME attributes

  • November 28, 2016
  • 2 replies
  • 27 views

jneujens
Forum|alt.badge.img

Hi,

I am transforming a AutoCAD .DWG file containing lines, polygons, points and texts to a spatialite database. The translation is relatively easy, but i would like to output some internal fme attributes on top of the autocad attributes. With internal attributes, i mean the typical 'fme_color', 'fme_basename' or 'fme_feature_type' attributes that are visible inside FME Workbench and Inspector, but disappear when writing to a spatialite sl3 file.

 

 

I also tried using an attribute exposer and creating new attributes that get the value of each internal attribute. None of these worked out.

 

 

Does anyone have a suggestion how I can still use these internal attributes?
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

david_r
Celebrity
  • November 28, 2016

I recommend making a copy of the attributes (AttributeCopier or similar), renaming them to something that doesn't clash with the internal FME attribute names (or format attributes, as they're called).

You then add those attribute definitions to the writer, as you would any other attribute.


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • November 28, 2016

agree, you can better refer to them as reserved attribute names that should not be used to avoid conflicts