Skip to main content
Question

Extract an - oracle_element{0}.geomedia_text_string (string) Value - to a new atribute?

  • October 9, 2018
  • 1 reply
  • 7 views

ceciliac

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?

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.

1 reply

mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • October 9, 2018

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