Commit Briefs

0223b8fe20 Leo

Update README (master)


ab45da3256 Matthias L. Jugel

upgraded to scala 2.9.1-1


ad1e9cfad7 Matthias L. Jugel

added extracting arrays


56f7be9a44 Matthias L. Jugel

initial commit


Branches

Tags

This repository contains no tags

Tree

READMEcommits | blame
pom.xmlcommits | blame
src/

README

jsonv

We are receiving data from the Twitter Streaming API and sometimes save them for later analysis.
To extract readable information from those files I've written this little tool.

* To extract info on the contens (displays json keys):

  java -jar jsonv.jar -i dumpfile.json.gz

* To extract actual values in tab separated form:

  java -jar jsonv.jar created_at,user.screen_name,text dumpfile.json.gz