Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unite_parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unite_parser

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 13 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc