Hi,
I am not able to figure out anyway to read attributes of nodes in a very large XML file by using the XMLExtract.
The file size is more than 600MB and has many nodes containing attributes which have data.
Would greatly appreciate some help/guidance in this area. Thanks
Regards
Pankaj
I am not able to figure out anyway to read attributes of nodes in a very large XML file by using the XMLExtract.
The file size is more than 600MB and has many nodes containing attributes which have data.
Would greatly appreciate some help/guidance in this area. Thanks
Regards
Pankaj
-
Hi,
XmlExtract can read attribute data, in fact it does not really distinguish between attributes and nested nodes. So just create a XmlExtract mapping (for documentation see http://wiki.clovergui.net/doku.php?id=c ... xmlextract) that references the names of the attributes and it should work.
Jaro -
Oh thats awesome, yes I verified it, it works!!!
Thanks a lot Jurban!!!
Please sign in to leave a comment.
Comments 2