Table To Domain (Data Management)

ArcGIS Pro 3.2 | | Help archive

Summary

Creates or updates a coded value domain with values from a table.

Usage

  • A domain can also be created with the Create Domain tool.

  • The standard delimiter for tabular text files with extensions .csv or .txt is a comma, and for files with a .tab extension, a tab. To use an input table with a nonstandard delimiter, you must first specify the correct delimiter used in the table using a schema.ini file.

Parameters

LabelExplanationData Type
Input Table

The database table from which to derive domain values.

Table View
Code Field

The field in the database table from which to derive domain code values.

Field
Description Field

The field in the database table from which to derive domain description values.

Field
Input Workspace

The workspace that contains the domain to be created or updated.

Workspace
Domain Name

The name of the domain to be created or updated.

String
Domain Description
(Optional)

The description of the domain to be created or updated. Domain descriptions of existing domains are not updated.

String
Update Option
(Optional)

If the domain already exists, specifies how the domain will be updated.

  • Append the valuesAppends to the domain values from the database table. This is the default.
  • Replace the valuesReplaces the values in the domain with values from the database table.
String

Derived Output

LabelExplanationData Type
Updated Input Workspace

The updated input workspace.

Workspace

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics