Skip to main content
Question

Remove fme_text_size, fme_rotation and fme_text_string when writing dynamically in ORACLE

  • March 21, 2026
  • 0 replies
  • 4 views

aliciad
Participant
Forum|alt.badge.img

Hello, 

I am currently working on adding data (a source file in Geopackage format containing point and polygon tables) to our Oracle enterprise database. I am using a dynamic workspace to process the data and an external table (CSV file) to define the required schema in the FeatureWriter. 

When writing the data to the database, three additional attributes (not defined in my schema) were recorded. They are called “rotation”, “textstring” and “height”. After some research, I realised that these are likely linked to the following FME attributes: fme_rotation, fme_text_string and fme_text_size and that this is related to the “fme_point” geometry. 

I have tried several ways to remove these attributes but have not succeeded (exposing the attributes and removing them before the writer, telling the writer not to write them in ‘attribute to remove’, writing the tables containing polygons and those containing points separately in different writers.

Do you have any ideas to guide me in this task, or perhaps there are settings that need to be configured in ORACLE?

Thank you in advance for the help !