Skip to content

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

License

Notifications You must be signed in to change notification settings

openpipekit/opk-cli--simple-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages