elemez2csv
v0.0.5
Published
Use the elemez raw data endpoint to extract data to CSV
Downloads
13
Readme
elemez2csv
Use the elemez raw data endpoint to output data as CSV. The "data" field is not outputted to the CSV.
Installation
Install this globally and you'll have access to the elemez2csv command anywhere on your system.
npm install -g elemez2csvUsage
elemez2csv --token <YOURTOKEN> [--types <TYPES>] [--data <ADDITIONALDATAFIELDS>]Examples:
elemez2csv --token aaaabbbbcccc
elemez2csv --token aaaabbbbcccc --types battery-charging-on,battery-charging-off --data levelContributors
Pair programmed by Roy Lines and Ivan Bokii.


