Hello fellow, GISers.
Simple yet complex problem. I want to export 1 feature per table for a schema in my PostGIS-database for test purposes.
I want to output the data to shapefiles with filename=table name and output folder=schema name.
I want the whole setup to be dynamic since I want to run it later on all my schemas (a schema list).
This seems more tricky than I thought it would be.
Any ideas?