Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 362 Bytes

OPK CLI: Simple CSV

A CLI to push data from a pipe to a csv. Contains support for streams.

Example:

> echo "42" | opk-cli-simple-csv/push output.csv
> echo "44" | opk-cli-simple-csv/push output.csv
> cat output.csv
2015-06-16 00:31:47,42
2015-06-16 00:31:48,44

Credits: Stefan Unterhauser R.J. Steinert

License: GNU AFFERO GENERAL PUBLIC LICENSE