@ptaylor Yes, I used xsd to generate the template.
The general situation is that I get xml files from api. For this file I have a generate scheme which I add to XML Generator.The xml file has a prefix peci, but it is absent in the scheme.
(For the purposes of this example, simply on the basis of this xml I created JSON as a source)
It seems very strange that using the file and the dedicated scheme I cannot map array from the source with the same array from the scheme.I’ve tried different options, also with removing the prefix, which of course is not the solution to the problem, but even in this situationarray of workers doesn’t map and the generator did not return filled objects.
I am enclosing the scheme and dedicated xml file in txt format, because I cannot add xsd format.
File.txt (31.0 KB) Schema.txt (137.6 KB)