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: 143,368 of 180,459
Downloads: 3,482

Daily

Ranking: 136,377 of 180,454
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16853,643,152rake
21789,031,514nokogiri
34591,676,489nori
63859,226,201test-unit
1,52215,342,369codeclimate-test-reporter
1,75710,923,343descriptive_statistics

Owners

#GravatarHandle
1iconrobertzk