How can one expose table name parameter at a Postgis reader so that workspace runner can make use of ?
Thanks.
Jorge
How can one expose table name parameter at a Postgis reader so that workspace runner can make use of ?
Thanks.
Jorge
Ok aparently using an exposed parameter on the merge filter at reader level does the trick.
Any other options ?
You could use the SQLCreator transformer instead of the PostGis reader and use published parameters to create the SQL statement for reading the data from PostGis.