I have a doubt, Would it be possible to obtain the name of EsriShape file as an attribute of his reader?
Thanks
I have a doubt, Would it be possible to obtain the name of EsriShape file as an attribute of his reader?
Thanks
In ESRI Shape format, the format attribute named fme_basename or fme_feature_type will be same as the source file name without extension, and fme_dataset will be the full path.
You can expose them on the Feature Type Properties dialog box of the reader, or using the AttributeExposer transformer.
Takashi
You can also make use of the FeatureTypeExtractor transformer.
Itay