Package com.ptc.windchill.option.variantspec.loader


package com.ptc.windchill.option.variantspec.loader
  • Class
    Description
    Processes the "csvBeginOptionFilterConfigSpecs,csvOptionFilterConfigSpec,csvEndOptionFilterConfigSpecs" directives in the XML load file.
    Processes the "csvBeginPartConfigSpecs,csvPartConfigSpec,csvEndPartConfigSpecs" directives in the XML load file.
    Processes the "csvBeginVariantSpecification,csvVariantSpecification,csvEndVariantSpecification" directives in the XML load file These directives can be used to create variant specifications associated with option Set and managed option filter variant specifications Below example shows sample snippet for create both types of variant specifications FullyDefinedOptionSetAssociatedVariantSpecification Fully Defined Option Set Associated Variant Specification Nav_Criteria_1 ManagedOptionFilter/csvvariantspecname> Managed Option Filter Nav_Criteria_2
    Supported API: true
    Extendable: false
    A program to read Excel spreadsheets and create VariantSpecs.
    How to run:
    windchill com.ptc.windchill.option.variantspec.loader.VariantSpecLoader [-d <filepath>] [-u <username>] [-p <password>] [-h]
    Where filepath is the path to the Excel file to load username is the username to use password is the password for the username h is for help
    If "-h" is specified or if "-d <filepath>" is not specified, then help is displayed and the program exits.
    A helper for the VariantSpec loader package.
    Service to handle the loading of VariantSpec objects via the load utility.