I have a XML file with multi values on a specific tag (below).
![alt text][1]
I need to extract the attributes (NAME and CLASSORIGIN) and the VALUE , ignoring the rows without the tag VALUE.
I loaded the file as a XML and I was able to convert this to a multi-line result but now I need to extract the fields. Any ideas?
![alt text][2]
[1]: /storage/temp/255809-xml.jpg
[2]: /storage/temp/255810-capture.jpg
↧