Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

CSV

An Open Pipe Kit compliant command for working with CSV. Right now you can push data into a CSV.

$ # Get something to pull data from.
$ git clone https://github.com/openpipekit/rpi-cpu-temperature.git
$ ./rpi-cpu-temperature/install
$
$ # Get the CSV command to push data into a CSV file. 
$ git clone https://github.com/openpipekit/csv.git
$ ./csv/install
$ 
$ # Collect some data.
$ ./rpi-cpu-temperature/pull | ./csv push --file data.csv
$ ./rpi-cpu-temperature/pull | ./csv push --file data.csv
$ ./rpi-cpu-temperature/pull | ./csv push --file data.csv
$
$ # Check out the data.
$ cat data.csv
raspberry-pi-cpu-temperature
89
90
89

About

An Open Pipe Kit compliant command for working with CSV. Right now you can push data into a CSV.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors