Hi,
Is it possible to see the table name of a SourceDataset geopackage in the command-line ?
I have a geopackage 'biotopes.gpkg' containing several biotopes tables.
The command-line only indicates the geopackage as source :
--SourceDataset_OGCGEOPACKAGE "E:\\biotopes.gpkg"
I would like to see something like
--SourceDataset_OGCGEOPACKAGE "E:\\biotopes.gpkg\\biotope1"
so I could choose the table of the geopackage in order to do some batch proccessing with a loop on the biotopes.
Any idea ?
Thanks.