Image URL settings

XML

You may encounter an XML structure where links to images are stored in separate Image nodes.

For the notation above, use the following settings in the Image URL fields:

It may also happen that the URLs are nested as children of the Image node.

Use the following settings to access them:

Another case is when the URLs are nested as the same named children of the Image node.

Get accees to them with these settings:

JSON

In the JSON file images may be stored as an array of objects that consist of e.g. image id and image URL.

In this case use the following settings:

Please note that the indexing of array elements in JSON starts at 0.

You can add fields up to the highest expected number of images. This will not cause an error, even if there is no link to the image on the given index.

Last updated