Hi,
I have a file geodatabase (.gdb) containing feature classes, along with an Excel file that includes ArcGIS Pro SQL definition queries intended for specific feature classes.
Example:
gdb with feature classes

ArcPro definition query
Schema = '1' And Rodzaj NOT LIKE '%B%'
I’d like to understand how I can automatically convert these ArcGIS Pro SQL queries into FME SQL syntax. The queries will vary each time and are tailored to individual feature classes.
This SQL works in FeatureReader but it requires a lot of manual work


