We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include the ability to export data to .csv, filtered on namespace.
The text was updated successfully, but these errors were encountered:
@glynnbird Me again :) Any chance I could get this functionality? Perhaps this week? :)
Thanks.
Sorry, something went wrong.
At this time, I'm not interested in getting the information from the 'body' field - if that helps...
This is now possible with couchimport version 0.5.0
couchimport
var opts = { COUCH_URL: process.env.COUCH_URL, COUCH_IGNORE_FIELDS: ['image','url'], COUCH_DATABASE: 'aa' }; couchimport.exportStream(process.stdout, opts, function(err, data) { console.log(err, data); });
No branches or pull requests
Include the ability to export data to .csv, filtered on namespace.
The text was updated successfully, but these errors were encountered: