I have ran into trouble the creating template for xml import:
The xml have nodes with same name. These nodes have different attributes. These nodes are in random order (this seems problem):
For example:
<datafields>
<data code="VEEB" content="1"/>
<data code="TOOTJA" content="Estko AS"/>
</datafields>
OR
<datafields>
<data code="TOOTJA" content="Estko AS"/>
<data code="VEEB" content="1"/>
</datafields>
I have watched the tutorial https://csvimproved.com/support/questions-and-answers/2956-import-xml-with-same-node-names, but in this example if I understand correctly that nodes with same name and different attributes must always be in same order.
Or is import from this XML is solvable using "Conditional" plugin?
Jaak