Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
case1:
I have 23 xml files which is different schema.
in one file the parent and child are more
<parent>
<child>
a= "hello"
b= "zhxvctdv"
c= "35"
</child>
<child>
a="hi"
b="jfhffggd"
c="66"
</child>
<child>
a="me"
b="ybhcccc"
c="26"
</child>
</parent>
in the above xml data they are two child data
i need like this
a b c
hello zhxvctdv 35
hi jfhffggd 66
me ybhcccc 26
But i have taken the schema everything but i am not getting the values properly?
only one row it is showing
could you help me
Can you add some screenshots of the job? First thought: is your loop on the child?