Skip to main content
Solved

FME 2022.1 64-bit Personal Geodb Reader - Reading feature type as case-sensitive

  • September 13, 2022
  • 1 reply
  • 13 views

ranga_tolapi
Contributor
Forum|alt.badge.img+9

FME 2022.1 64-bit Personal Geodb Reader - Reading feature type as case-sensitive. Where as 32-bit Personal Geodb Reader in earlier versions used to read feature type name as case-insensitive.

 

Is there a way to make FME 2022.1 64-bit Personal Geodb Reader to read feature type as case-insensitive?

 

Best answer by david_r

A workaround could be to use the SCHEMA reader to get a list of all the feature types in the FGDB, then select the ones you need with e.g. a Tester set to case-insensitive comparison before sending them to a FeatureReader. You'll want to set the FeatureReader to use "Single output port":

imageYou can filter the output by "fme_feature_type" into its respective feature classes.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • September 13, 2022

A workaround could be to use the SCHEMA reader to get a list of all the feature types in the FGDB, then select the ones you need with e.g. a Tester set to case-insensitive comparison before sending them to a FeatureReader. You'll want to set the FeatureReader to use "Single output port":

imageYou can filter the output by "fme_feature_type" into its respective feature classes.