Skip to main content
Hi,

 

 

I have a doubt, Would it be possible to obtain the name of EsriShape file as an attribute of his reader?

 

 

Thanks
Hi,

 

 

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
Hi,

 

 

You can also make use of the FeatureTypeExtractor transformer.

 

 

Itay
Thanks!!!

 

 


Reply