Select to view content in your preferred language

looking to simply rename a field

437
2
Jump to solution
06-28-2022 01:27 PM
Labels (1)
mkhenson
Emerging Contributor

I have exported some data to a shape file.  When the data comes in, the shape file has the field called "layer" that I want to rename to "owner"....How in the world do I do that?  Thanks for any help you can give.

1 Solution

Accepted Solutions
SteveCole
Honored Contributor

You can't. Add a new field named "owner", calc owner = layer, and then delete the layer attribute field. Shapefiles are lightweight and great but have some constraints. Renaming or reordering fields is one of them.

View solution in original post

2 Replies
SteveCole
Honored Contributor

You can't. Add a new field named "owner", calc owner = layer, and then delete the layer attribute field. Shapefiles are lightweight and great but have some constraints. Renaming or reordering fields is one of them.

mkhenson
Emerging Contributor

Thanks Steve...I appreciate it very much.

0 Kudos