Categories: None [Edit]

xmlmunger

https://rubygems.org/gems/xmlmunger
https://github.com/robertzk/xmlmunger
XML files typically come in nested structures. For data extraction purposes, we frequently wish to have a flat hash instead. The naming then becomes tricky, because there can be collision in the terminal nodes. However, if we use the chain of parent tags joined with an underscore, this provides a unique name for every data point in the XML file. The goal of this package is to make it very simple to convert XML files into flat hashes.

Total

Ranking: 147,163 of 187,571
Downloads: 3,817

Daily

Ranking: 113,854 of 187,548
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,165,196,519rake
161,088,415,844nokogiri
392115,554,111nori
64480,222,187test-unit
1,75716,942,195codeclimate-test-reporter
1,96613,347,502descriptive_statistics

Owners

#GravatarHandle
1iconrobertzk