Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sanjay5
Contributor III
Contributor III

tCouchbaseInput in Talend Bigdata 7.0.1

Hi, 

 

tCouchbaseInput component has predefined schema and data comes in the field "content" (See attached screenshot for the screenshot)

 

Does anyone have any idea on how to get into individual fields inside the "content".

 

My requirement is to perform some transformation on few of the fields of couchbase records.

I tried to put the content field using tFileOutputJSON component but it does not seem to create the correct JSON document.

Labels (3)
10 Replies
Sanjay5
Contributor III
Contributor III
Author

Hi Sabrina,

 

I am successfully able to connect to couchbase 5.x version.

Only issue i see is that you must pass Bucket name same as Username.

If I try to connect using different Username, connection would fail.

In my case my Bucket name is "Couchbase_Bucket" and I am able to connect to it successfully only If username is "Couchbase_Bucket".

If i pass any other username it would not work.

 

Thanks,

Sanjay