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?