Output CONFIG Keyword (Environment setting)

Tools that honor Output CONFIG Keyword will use the specified keyword when creating datasets in a geodatabase.

The keyword used tells the geodatabase where or in what format to store new data.

Usage notes

Dialog syntax

Scripting syntax

arcpy.env.configKeyword = config_keyword

Parameter

Explanation

config_keyword

Use the specified configuration.

configKeyword syntax
import arcpy

# Set the configKeyword environment to TEXT_UTF16.
arcpy.env.configKeyword= "TEXT_UTF16"

Related Topics

2/10/2014