Skip to main content

I'm looking for a solution to make my workspace a lot more dynamic for my use. I'm working on a easy to set up workbench where MariaDB (MySQL-compatible) Spatial reader and writer are connected with an AttributeManager in between.

I would like to add my fmw to the server with some parameters that can set the Table list as prompt input data. The SourceDataset_MYSQL is already a prompted parameter but i cannot find a way to set the Table list/table name as a parameter. Any idea how to set this?

http://docs.safe.com/fme/2017.0/html/FME_Desktop_Documentation/FME_ReadersWriters/mysql/MYSQL_reader.htm

Constraints -> Table List

@JeronR - All readers have a Feature Types to Read parameter that you can publish. For a database reader, this will give you a list of tables. On FME Desktop, this list will be dynamic and give you the current list of tables. On FME Server, it behaves slightly differently, and it is a static list. But you can select any table(s) from that list. More on Feature Types to Read here.


Reply