In QGIS 3.14 I have created a layer containing multiple polygons from x/y coordinate data, but I now need to split those ploygons into individual layers/shapefiles by their different attributes - However, I need these new layers/ shapefiles to be named after the different attributes that they are split, but I only seem to be able to get layers numbered arbitarily 1 to x
Eg: Attrbiute Field 4 has different feature numbers - eg. F021, F032, F063, which represent the individual polygons that I need seperated into different layers. When I split by attribute to create the shapefiles I get field_4_1, field_4_2 etc. (where the _1 and _2 are arbitary numbers and not realated to the feature), instead of field_4_F021, field_4_F032 - or ideally just F021, F032 etc.
.format(I), there you will need to set a name you need – Taras Aug 26 '20 at 18:35split vector layertool seems to be bugged in 3.14, it works as intended in 3.10. – Erik Aug 27 '20 at 07:12