To import nested XML elements (such as additional images), you must enter the field mapping in the following way:
- Enter each nested XML child our system will traverse, separated by a period.
- For repeating, same-named elements (such as ImageURL), you must put a number at the end for each one.
Example:
XML looks like this:
<AdditionalImages>
<ImageURL>ImagefileA.jpg</ImageURL>
<ImageURL>ImagefileB.jpg</ImageURL>
<ImageURL>ImagefileC.jpg</ImageURL>
</AdditionalImages>
Field names would be as follows:
AdditionalImages.ImageURL1
AdditionalImages.ImageURL2
AdditionalImages.ImageURL3
Comments
0 comments
Please sign in to leave a comment.