Skip to main content

Request: Please add parameter options for for the Esri Geodatabase Open API reader that allows us to ignore the FeatureDataset path to featureclasses


I have an esri GDB with featuredatasets (see featuredataset image)

  1. With FME using Esri Geodatabase (file geodb) reader and an ESRI license... it nicely drops the featuredatasets for feature types.... and keeps the featureclass name
    1. DistributionCarrier_HV_OH
  2. Use the Esri geodatabase (Open API) reader however and you get ... featuretypes with the featuredatasets in the path. No parameter option to ignore them
    1. xxxxxx_Distribution_Carrier/DistributionCarrier_HV_OH

I workaround for the OpenAPI is to use stringreplacer to format them such that I can get to the featureclass names, Thanks to AI assist in 2023.1, I can now write regex !


 

Be the first to reply!