What is UniteParser
A parser for the analytics spreadsheet files provided by Unite for Adtag
How to install
Run gem install unite_parser
, then use the function UniteParser.parse
UniteParser.parse spec/fixtures/Topspin Report 12_11.xlsx
# => {"500029"=>{:impressions=>746109.0, :clicks=>653.0},
"500030"=>{:impressions=>783779.0, :clicks=>389.0},
"500031"=>{:impressions=>541625.0, :clicks=>385.0}, ...}
How to use from the command line
Install with gem install unite_parser
, then run unite_parser [file]
. Example:
$ unite_parser Topspin Report 12_11.xlsx