I am using QGIS V3.22.6
I have an attribute table with unnecessary fields that I wish to delete. I also wish to rename some of the fields.
I cannot see how to do this using the Attribute Table Editor.
Vince
20.5k16 gold badges49 silver badges65 bronze badges
-
4What is the type of source data? In QGIS, some types don't support renaming and deleting fields, e.g. KML.Kadir Şahbaz– Kadir Şahbaz2023年03月12日 11:57:19 +00:00Commented Mar 12, 2023 at 11:57
-
2Refactor fieldsBera– Bera2023年03月12日 14:51:34 +00:00Commented Mar 12, 2023 at 14:51
1 Answer 1
using QGIS 3.28.4, you can:
- right click on the shapefile showing at the Layers panel select Properties properties
- then inside the Fields tab you should select the Toggle editing mode editing
When editing mode is active, you can delete, renames the columns.
answered Mar 12, 2023 at 11:58