repeated element id field
-
I have an XML file that contains rows:
<eventpage date=”21.01.2019″ ms=”1″>
<example id=”3″>
<product>coffee</product>
<productgroup>4</productgroup>
<price>5.00</price>
<productnumbers>
<productnumber>54</productnumber>
<productnumber>55</productnumber>
<productnumber>56</productnumber>
</productnumbers>
</example>
</eventpage>If I upload this file into Moovy Feed Importer (premium) and I choose repeated XML element: example(1)/eventpage/example
everyting works fine. However I am unable to use value <example id=”3″> because importer leaves that data outside. In other words
I can’t use that value (id=”3″) in any posttype if I use that example node as repeted XML element.
Is it possible to change/fix my problem?
- The topic ‘repeated element id field’ is closed to new replies.