EnableFieldNameStandardization
A Boolean that specifies whether to enable field standardization. Field standardization renames document fields so that they follow a standard naming scheme. The naming scheme is defined by an XML dictionary file (see FieldNameDictionaryPath).
NOTE: To run field standardization, you must also create a Standardizer
import task or use the Lua function standardize_fields
. For more information about import tasks and the standardize_fields
Lua function, refer to the Connector Framework Server Administration Guide.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | ImportService |
Example: | EnableFieldNameStandardization=True
|
See Also: | FieldNameDictionaryPath |