|
The load utilities process only XML files. The CSV2XML utility is used to convert CSV files to XML-formatted files. If your data is CSV-formatted, you can reformat it to XML using the CSV2XML utility before loading the data into the database. For more information, see Converting CSV Files to XML Format Files.
|
|
The term Product Family Member refers to the following objects:
• Product Family
• Product Model Group
• Product Model
• Variant Specification
|
• The number and version values in the following tables can be alphanumeric. • All the values, except for boolean, are case-sensitive. |
Element | Data Type | Description |
csvpfmName | String | Optional. Specify the name for the Product Family Member object. |
csvpfmNumber | String | Optional. Specify the identification number for the Product Family Member object. |
csvpfmType | String | Specify the object type for the Product Family Member object in the format <WCTYPE|objectName>. For example, WCTYPE|wt.productfamily.ProductFamily, WCTYPE|wt.productfamily.ProductModelGroup, WCTYPE|wt.productfamily.ProductModel, WCTYPE|com.ptc.wpcfg.doc.VariantSpec. |
csvtopPFNumber | String | Specify the identification number value of the Product Family, in which this Product Family Member object resides. If creating a Product Family, then this must be its own number value. |
csvversion | String | Optional. This element is currently supported for pre-existing variant specifications only. Specify a new version to be created for the pre-existing variant specification rather than creating a new object. |
csvcontainerPath | String | Optional. Specify the container for the Product Family Member object. |
csvnavcriteria | String | Optional. Specify the name of the navigation criteria to be set on a new variant specification. |
Element | Data Type | Description |
csvpfmParentNumber | String | Specify the number value of the object serving as the parent role of the link. |
csvpfmChildNumber | String | Specify the number value of the object serving as the child role of the link. |
Element | Data Type | Description |
csvpfmNumber | String | Specify the number value for the Product Family or Product Model to set the configurable module reference on. |
csvcsNumber | String | Specify the number value for the WTPart that serves as the configurable module for the given Product Family or Product Model. |
Element | Data Type | Description |
csvtopPFNumber | String | Specify the number for the Product Family in which this variant specification object will reside. |
csvpfmParentNumber | String | Specify the number value for the Product Model that will serve as the parent object for this variant specification. |
csvvsNumber | String | Specify the number value for the standalone variant specification to convert it to an organized variant specification by associating it to the specified Product Family and Product Model. |
Element | Data Type | Description |
csvvsNumber | String | Specify the number value for the existing variant specification for which the LifeCycleTemplate or LifeCycleState value must be changed. |
csvversion | String | Specify the revision of the existing variant specification for which the LifeCycleTemplate or LifeCycleState value must be changed. |
csviteration | String | Specify the iteration of the existing variant specification for which the LifeCycleTemplate or LifeCycleState value must be changed. |
csvlifecycle | String | Specify the new LifeCycleTemplate value. This value can be null to keep the current value. |
csvlifecyclestate | String | Specify the new LifeCycleState value. This value can be null to keep the current value. |
Method | Element | Data Type | Description |
beginCreateManualSelectionRules | csvmanualSelectionRuleVariantSpecNumber | String | Specify the number value for the existing variant specification that serves as the context for the new manual selection rule. |
csvmanualSelectionRuleParentPartNumber | String | Specify the number value for the part that serves as the parent role for the links for which you want to create the manual selection rule. | |
createManualSelectionRules | csvmanualSelectionRuleChildPartNumber | String | Specify the number value for the part that serves as the child role for the link for which you want to create the manual selection rule. |
endCreateManualSelectionRules | None. |
Element | Data Type | Description |
csvvariantSpecNumber | String | Specify the umber value for the existing variant specification that serves as the context for the new manual selection rule. |
csvvariantSpecRevision | String | Specify the revision for the existing variant specification to use as the context for the new manual selection rule. |
csvparentNumber | String | Specify the number value for the part that serves as the parent role for the link for which you want to create the manual selection rule. |
csvparentView | String | Optional. Specify the view for the parent part. This must always be specified unless the parent part does not have a View value. |
csvparentViewVariation1 | String | Optional. Specify the BOM type view variation of the parent part. Example values are costing, production, testing. |
csvparentViewVariation2 | String | Optional. Specify the alternate number view variation of the parent part. Example values are 001, 002, 003, 004, 005. |
csvorganizationName | String | Optional. Specify the name of the organization in which the parent and child parts reside. |
csvchildToSelectNumber | String | Optional. Specify the number value of the part that serves as the child role for the link for which you want to create the manual selection rule. Leave this blank if you want to specify csvlinkComponentId or csvlinkLineNumber value. |
csvlinkComponentId | String | Optional. Specify the component ID of the link for which you want to create the manual selection rule. Leave this blank if you want to specify csvchildToSelectNumber or csvlinkLineNumber value. |
csvlinkLineNumber | String | Optional. Specify the line number of the link for which you want to create the manual selection rule. Leave this blank if you want to specify csvchildToSelectNumber or csvlinkComponentId value. |
csvactive | Boolean | Specify true for the new manual selection rule to be used for filtering. Specify false for the new manual selection rule to not be used for filtering until it is activated. |