Skip to main content

I have an FME workbench that reads an ORACLE database. I can export most of the atributes to a shapefile, but unfrotenately, I cannot export directly the string value that is embebed in this atribute

oracle_element{0}.geomedia_text_string (string) Value,

How can I do it?

You can either rename it (with an AttributeManager or AttributeRenamer transformer) or try the ListIndexer. Hopefully that will help. Though be aware this is what we call a *list* in FME, and it may have multiple values - for example there may also be oracle_element{1}.geomedia_text_string, oracle_element{2}.geomedia_text_string, etc