Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tCouchDbInput query view with complex key

Hi,
I am interested in querying a CouchDb server using complex keys. For example:
start key:
end key:
I tried inputting these as simple string, as well as using Arrays.asList(...) in the startkey/endkey input fields and in the options table. None returned results, although I am able to query the service through a different client.
Thank you in advance.
Konstantin Pentchev
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi Konstantin,
What's there in Talend for CouchDB? Means how you are interacting through talend with CouchDB?
Thanks
Vaibhav
Anonymous
Not applicable
Author

Hi Vaibhav,
I am using a tCouchDbInput component. I solved the problem by using java.util.Arrays.<Object>asList(...) in both the startKey and endKey input fields. I don't know why it returned no results when I wrote the original post, maybe I messed up the query parameters. Anyway it would be nice if this can be documented somewhere.
Cheers
Konstantin