I have an XML File which is over 3GB in size which I wanted to read into Python using ElementTree. Unfortunately the file seems not to have root node (or more than one) and also the decoder is a mix of uff-8 and ISO-8859-1. My overall aim is to split the XML in smaller parts but I cannot see how without sorting one of the issues above beforehand. Does anyone know how to go about this issue?
Asked
Active
Viewed 20 times