2020 Design XML Import

Import cabinets of a room drawn in 2020 Design. The imported information is constantly evolving according to the needs of our users.

The link between 2020 Design and Cienapps is made through Cienapps feature grids configuration. Mapping information must be configured in Cienapps.

 

XML file structure

The example file contains a room with a single cabinet (Item).

The mandatory information is:

Unit System:<MeasurementUnit>Imperial</MeasurementUnit>

At least one item:
<Item>

Mandatory information for an item:<UserCode>Cienapps product code</UserCode
<Quantity>1</Quantity>

Optionnal informations for an item:

Dimensions : <Var ID="0" Type="Dim">

Optional information to map in the Cienapps feature grid:
<Description>Base</Description>
<Finish>Left</Finish>
<Hinge>Right</Hinge>

<?xml version="1.0" encoding="UTF-8"?> <Project> <Design> <Catalog> <Identification> <MeasurementUnit>Imperial</MeasurementUnit> </Identification> <Item> <UserCode>H2P</UserCode> <Description>Wall</Description> <Finish>Left</Finish> <Hinge>Right</Hinge> <Quantity>1</Quantity> <Var> <Value>36</Value> <Name>Width</Name> </Var> <Var> <Value><![CDATA[34 1/2]]></Value> <Name>Height</Name> </Var> <Var> <Value>24</Value> <Name>Depth</Name> </Var> </Item> </Catalog> </Design> </Project>

 

XML Mapping Configuration

When in a Cienapps feature file, we can put the corresponding XML information.

 

Importing the XML file

An import button is available in Cieblink’s room configurator.

In the example, we can see that the choice of finished side is preselected according to the XML mapping.

 

Â