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: 145,044 of 183,261
Downloads: 3,590

Daily

Ranking: 120,680 of 183,243
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
10960,108,337rake
20881,547,034nokogiri
363101,070,973nori
64866,735,059test-unit
1,63115,865,533codeclimate-test-reporter
1,85811,647,207descriptive_statistics

Owners

#GravatarHandle
1iconrobertzk