Configuring Planogram Export

When you export a 3D Merchandising planogram, the data is converted to a neutral format, and then to the format selected by the user. You can configure the ENOSHOStoreStudio_ExportCompletionConfiguration.xml file to define the relationship between the 3D Merchandising attributes and the neutral format attributes. You can customize the types such as project, product, planogram, performance, and position.

The list of converters to import and export 3D Merchandising planogram data is available in the ENOSHOStoreStudio_ConvertersConfiguration.xml file. The converter javascript files are available with the 3D Merchandising configuration files. By default, only ProSpace (.psa) and SpaceMan (.pln) formats are supported for importing and exporting planograms.


Before you begin: You must have the Administrator role (VPLMAdmin). For more information, see: Managing Persons, Roles, Organizations, and Collaborative Spaces in the People & Organizations and Content - Administration guide.
See Also
Access Configuration Files
  1. Access the configuration files.
  2. In the Configuration Files page, download the ENOSHOStoreStudio_ExportCompletionConfiguration.xml file to modify the required attributes.
    AttributesDescriptionValues
    titleDefines the title of the attribute in the neutral format file.Text value
    idDescribes the attributes retrieved by the JPO. Corresponds to the name of the JPO.

    SHOProductSubAssortmentCustomAttribute

    selectDescribes the attributes retrieved directly on the targeted object.
    • attribute[Title]
    • attribute[OutputWidth]
    • attribute[OutputHeight]
    targetCorresponds to the type of object with which the 3D Merchandising attribute is related.
    • product
    • representation
    • gondola
    Important: You can assign either id or select to each attribute tag.
  3. In the Configuration Files page, download the ENOSHOStoreStudio_ConvertersConfiguration.xml file to modify the required attributes.
    AttributesDescriptionValues
    fileDefines the javascript file that converts the data.
    • PSAtoXML.js
    • XMLtoPSA.js
    extensionDefines the extension of the file to be imported or exported.psa
    titleDefines the title of the exporter displayed in the Export panel.ProSpace (*.psa)
    Notes:
    • An administrator can modify the existing PSAtoXML.js and XMLtoPSA.js files to customize the import and export of the ProSpace format.
    • An administrator can modify the existing PLNtoXML.js and XMLtoPLN.js files to customize the import and export of the SpaceMan format.
    • An administrator can add new Javascript importers and exporters to support other formats to the configuration object, and declare them in ENOSHOStoreStudio_ConvertersConfiguration.xml file.
  4. Upload the updated files.
    For more information, see Update a Configuration File.