If anyone want the expression as text to write to a geopackage in the batch processing : 'ogr:dbname=\'' || @project_home || '\\batch.gpkg\' table="' || layer_property( @INPUT , 'name') || '"(geom)' where @INPUT is the name of your input in the process
If anyone want the expression as text to write to a geopackage in the batch processing :
'ogr:dbname=\'' || @project_home || '\\batch.gpkg\' table="' || layer_property( @INPUT , 'name') || '"(geom)'
where @INPUT is the name of your input in the process
This is really helpful! Thanks @valentinbuira4290
thanks, looking forward to the next one
Nice trick for a newbie to learn. And a well made video.
Thanks Tom. The expression editor is really powerful in qgis
i can not find part 3 using python
Because I did not make it! But I'll fix that now :)