Hello,
I have two Postgis databases that contain several schemas. Each schema of a database also contains many tables.
How I can do to create a workspace that allows you to copy all the tables of a schema from one database to another. The schema name containing the tables to be copied must be a published parameter. The user must just enter the schema name in order to copy its tables into the other database.
I work with the FME 2017 version but what bothers me is that every time I have to list the schema and choose the feature types to read to use.
To summarize I want to do a dump and restore tables of a schema database Postgis.
Thank you for your help.