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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pulling data from Couchbase to CSV

Hi all,

My company has invested in a Couchbase infrastructure for our NoSQL document storage. It works great. We want to pull bulk data out of Couchbase to merge with other data sets we have (Oracle, back office business systems, etc). The easiest way for us is CSV because we can load it anywhere.

So what we want is simple...

  • Point some tool at our Couchbase server.
  • Specify the bucket we want to read.
  • Specify a list of JSON fields we want. (Probably as dot notation, addresses.home.city for example)
  • Possibly specify a date range.
  • Dump the Couchbase data to a flat CSV disk file.

Can one of the Talend products do this? Which one? How much does it cost?

TIA,

Chuck Connell

UpToDate.com

Labels (3)
2 Replies
TRF
Champion II
Champion II

Talend Open Studio for Big Data is what you are looking for.
Community edition for free (including Couchbase connector).
Ask Talend for Subscription edition pricing.
Anonymous
Not applicable
Author

Thank you. I will look into this.