Working with fields in shapefiles by adding a field in ArcCatalog

ArcGIS allows you to modify the structure of shapefiles and dBASE tables by adding and deleting fields or attribute columns. The name and data type of an existing field can't be modified; instead, you must add a new field with the appropriate name and data type. A field's name must be no more than 10 characters in length; additional characters will be truncated. After adding fields, you must start an edit session in ArcMap to define their attribute values.

You can also add fields with the Add Field tool.

The field data types supported by ArcGIS are discussed in Geodatabase field data types. The topic How data converts when importing has tables that show how data types for several data sources are mapped to the ArcGIS geodatabase field data types.

Steps:
  1. In ArcCatalog, click the shapefile or dBASE table to which you want to add a field.
  2. Click the File menu and click Properties.
  3. Click the Fields tab.
  4. Click in the empty row below the last entry under Field Name and type the name of the new field.
  5. Click under Data Type next to the new field name and click the appropriate data type in the list.

    The properties that are appropriate to the new field's data type appear in the Field Properties list.

  6. Click in the Field Properties list and type the properties. Properties may include the following:
    • Precision—The number of digits that can be stored in a number field. For example, the number 56.78 has a precision of 4.
    • Scale—The number of digits to the right of the decimal point in a number in a field of type float or double. For example, the number 56.78 has a scale of 2. Scale is only used for float and double field types.
    • Length—The length of a text field specified in characters.
  7. Click OK.

Related Topics

3/4/2014