Can anyone help me with this one?
Thanks.
Can anyone help me with this one?
Thanks.
It is of course alwyas possible to use regualr expressions to get the name
(something like .*\\\\(\\\w\\d]+).\\w{3} should do to get the filename), but it should not be nescessary to do that i think)
FME readers always add feature type name attribute called "fme_feature_type" to every feature. You can use it.
Open the Feature Type Properties dialog, go to Format Attributes tab, and check Exposed check box of "fme_feature_type".
Takashi