I am building a workbench that uses Directory and File Pathnames Reader and Workspace Runner to run a translation on a bunch of MapInfo tables.
I want to only run the translation on native MapInfo tables. Not image tables, WMS table or links to oracle datasets.
I can do this easily enough in MapBasic, where I can use the TableInfo() function to return if a MapInfo table is of type TAB_TYPE_BASE.
Is there a similar transformer in FME? I have already looked at exposing attributes, but none of them are helpful