Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

elemez2csv

B2MSolutions15MIT0.0.5

Use the elemez raw data endpoint to extract data to CSV

readme

elemez2csv

Build Status David Dependency Overview

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 elemez2csv

Usage

elemez2csv --token <YOURTOKEN> [--types <TYPES>] [--data <ADDITIONALDATAFIELDS>]

Examples:

elemez2csv --token aaaabbbbcccc
elemez2csv --token aaaabbbbcccc --types battery-charging-on,battery-charging-off --data level

Contributors

Pair programmed by Roy Lines and Ivan Bokii.