|
For proper loading of options and choices, make sure all open tags have the corresponding closing tags.
|
Attribute
|
Description
|
Required or Optional?
|
---|---|---|
csvtypedef
|
Windchill object type.
|
Required
|
csvname
|
Option name.
|
Required
|
csvnumber
|
Option number.
|
Optional
|
csvdescription
|
Description for the option.
|
Optional
|
csvoptionGroup
|
Name of the group to which the option belongs.
|
Optional
|
csvrequiredOption
|
Specifies whether the option is Required.
|
Optional
|
csvoptionDataType
|
Specifies the type of choices the option has. Valid types are STRING, NUMERIC, and BOOLEAN.
|
Optional
|
csvsingleChoiceSelection
|
Specifies whether the option is a single-selection option. For boolean option, this must be set to “true”.
|
Optional
|
csvautoCreateBooleanChoices
|
Specifies whether to automatically create boolean choices for boolean options. By default, this is set to "true" and any specified boolean choices cause the load to fail. Setting this to "false" allows you to specify boolean choices and their attributes.
|
Optional
|
csvQoMName
|
Specifies the Quantity of Measure for an option with numeric values.
|
Optional
|
csvOverrideDisplayUnits
|
Use this field to set override units for the specified measurement system in the format SI:mm;MKS:cm.
|
Optional
|
Attribute
|
Description
|
Required or Optional?
|
---|---|---|
csvname
|
Choice name
|
Required
|
csvnumber
|
Choice number
|
Optional
|
csvdescription
|
Choice description
|
Optional
|
csvoption
|
Option name for which the choice was defined
|
Optional
|
csvoptionNumber
|
Option number for which the choice was defined
|
Optional
|
csvtypedef
|
Windchill object type
|
Required
|
csvchoiceDataValue
|
Specifies the value for a numeric choice
|
Optional
|
|
While both csvoption and csvoptionNumber are optional attributes, you must specify at least one of them.
|
|
The choice inherits its choice data type from its option.
|
|
When not auto creating boolean choices (csvautoCreateBooleanChoices = false), two choices must be specified in the load file to represent True and False. The name of the choices (csvname) must contain the name of the option appended by _TRUE and _FALSE. For example, <OptionName>_TRUE and <OptionName>_FALSE, as specified in the following example.
|