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

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -