Extracting CSV from Couchdb using PHP script and Curl -


i wondering if can me something

context

i trying make automated system extracts csv couchdb using php script on windows. have tried creating scripts of own little success since new couchdb , curl. have searched extensively find answer on site , although there similar questions, none deal problem same way.

question

1) know if there way php can send url command of type "10.10.10.10:5984/dbname/_list/_csv/viewname?startpoint=[x]&endpoint[y]". how do this? have setup curl send command before executing?

2) there way avoid couchdb sending first line of file field names?


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -