Solved

Oracle reader table name exposed as attribute?

  • 13 July 2018
  • 1 reply
  • 8 views

Badge

How can I expose the "table name" parameter in the dialog box of the Oracle reader as an attribute I can use in a writer (to force it lowercase)?

icon

Best answer by andreaatsafe 13 July 2018, 18:32

View original

1 reply

Badge +10

Hi @hallkbrdz,

If you expose the format attribute "fme_feature_type" on the Oracle reader, you should get the Schema.Table name from the Oracle reader. Then you could use a StringReplacer to remove the "Schema." from the attribute values to get just the table name.

- Andrea

Reply