Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

add streaming export for unconf days #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robertkowalski
Copy link
Member

implement a streaming csv generator, output is piped into stout
and can be piped into other processes from there.

usage:

URL_TO_VIEW=http://couch.com/mydb/_design/contributions/_view/byType
node export-to-csv.js $URL_TO_VIEW myusername mypw

@robertkowalski robertkowalski force-pushed the streaming-csv-gen branch 2 times, most recently from 06d5c06 to b92e37a Compare April 17, 2015 21:56
implement a streaming csv generator, output is piped into stdout
and can be piped into other processes from there.

usage:

URL_TO_VIEW=http://couch.com/mydb/_design/contributions/_view/byType
node export-to-csv.js $URL_TO_VIEW myusername mypw

result: for openoffice, deselect all separators except comma
@yfr
Copy link
Member

yfr commented Apr 20, 2015

Test fails.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants