Bulk import of non-JSON formats
-------------------------------
Key: COUCHDB-624
URL: https://issues.apache.org/jira/browse/COUCHDB-624
Project: CouchDB
Issue Type: New Feature
Components: HTTP Interface
Reporter: Brian Candler
Priority: Minor
The _list feature can be used to perform bulk exports in non-JSON formats (e.g. XML, CSV)
There does not appear to be a corresponding function for bulk imports. _update can parse alien
formats, but acts on a single document only.
I think we need something like _update but which can emit a stream of documents like _list,
or return an array of docs like _bulk_docs uses.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|