I have a large XML file (about 10K rows) I need to parse regularly that is in this format:
10000
You may like to try this out - https://github.com/amolpujari/reading-huge-xml
HugeXML.read xml, elements_lookup do |element| # => element{ :name, :value, :attributes} end
I also tried using ox.