Huge XML-Parsing/converting using R or RDotnet -


i have xml file of 780gb (yes yes, indeed, 5gb pcap file converted xml). name of xml file tmp.xml.

i trying commit operation in r-studio:

require("xml")  xmlfile<<-xmlroot(xmlparse("tmp.xml")) 

when trying r errors (memory allocation failure, r session aborted etc). there benefit use rdotnet instead of regular r? there way use r this? know strong tool convert huge xml csv or easier format?

thank you!


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -