• Resolved bmon3y

    (@bmon3y)


    For the life of me I cannot figure out how to import all categories for each item in a JSON file. The basic structure is as follows.

    <item_0>
    <id>0001</id>
    -<title>
    Title
    </title>
    -<description>
    Description
    </description>
    -<categories>
    <item_3>Category 01</item_3>
    <item_3>Category 02</item_3>
    <item_3>Category 03</item_3>
    <item_3>Category 04</item_3>
    </categories>
    </item_0>

    I have tried every which way, targeting both {categories[1]/item_3[]} and {item_3[]}, multiple and hierarchy options. Using a single category works fine e.g.( {categories[1]/item_3[1]}) but not multiple.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Importing categories from JSON file’ is closed to new replies.