Is there a way to check if a feature class exists in a file geodatabase . If not , throw an error .
Is this possible ?
Is there a way to check if a feature class exists in a file geodatabase . If not , throw an error .
Is this possible ?
Best answer by takashi
The Schema (Any Format) reader can be used to read feature schemas from a dataset.
The reader creates features each of which contains a schema information including feature class name ("fme_feature_type_name" attribute). You can then determine if required feature class exists.
Takashi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.