using lxml and iterparse() to parse a big (+- 1Gb) XML file
I have to parse a 1Gb XML file with a structure such as below and extract the text within the tags “Author” and “Content”:
I have to parse a 1Gb XML file with a structure such as below and extract the text within the tags “Author” and “Content”: