Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 585 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 585 Bytes

ReporterApp Summary

Summarize exported json reports from the ReporterApp.

Usage should be as simple as: ./summarize exported-report.json

This script will parse the full report and write summarized data in json format. The data is structed like this:

Tokens | Yes/No | Location | Mutliple Choice | People:

{ 
   "Who are you with?": {
       "James": 12,
       "Sarah": 19
       ....
   }
}

Number | Note:

{
   "How happy are you?": [
       {
            "value": 8,
            "date": "2014-05-14T23:16:25-0600",
       },
       .....
   ]
}