XML import category tree

Hi There,
I have to import the categories but I can’t recreate the original category tree.
You can help with modifier list?
thanks

Provide an example product from the file.

<Products>
    <Product>
      <InternalID>13992</InternalID>
      <Code>570202001538</Code>
      <Description>
4 pz/set 76cm LED strisce 8led per S40A barra luminosa 385QD7 570202001538
4 pz/set 76cm LED strisce 8led per S40A barra luminosa 385QD7 570202001538</Description>
      <DescriptionHtml></DescriptionHtml>
      <Category>Catalogo Ricambi per Elettronica</Category>
      <Subcategory>Ricambi TV</Subcategory>
      <Subcategory2>Barre Led</Subcategory2>
      <Vat Perc="22" Class="Imponibile" Description="Aliquota 22%">22</Vat>
      <Um>pz</Um>
      <NetPrice1>31.1475</NetPrice1>
      <GrossPrice1>38</GrossPrice1>
      <NetPrice2>31.1475</NetPrice2>
      <GrossPrice2>38</GrossPrice2>
      <NetPrice3>31.1475</NetPrice3>
      <GrossPrice3>38</GrossPrice3>
      <WarehouseLocation>T/23</WarehouseLocation>
      <SizeUm>mm</SizeUm>
      <WeightUm>gr</WeightUm>
      <ManageWarehouse>true</ManageWarehouse>
      <AvailableQty>2</AvailableQty>
      <CustomField4>BARRE LED TV</CustomField4>
      <Notes></Notes>
      <ImageFileName>570202001538 -- 000 (13992).jpg</ImageFileName>

Ciao,
this is a sample, thanks for your reply
Francesco

You can’t use modifiers since they are separate fields. Have you tried mapping it like:

Column name in the imported file Product property in CS-Cart Example of the imported value
Category Category (Category) Catalogo Ricambi per Elettronica
Subcategory Secondary categories (Secondary category) Ricambi TV
Subcategory2 Secondary categories (Secondary category) Barre Led

1 Like

it seems to be the only solution.
thanks