tCouchbaseInput -- How to Get the Whole Document from Couchbase
Hi,
Does anyone know how to pull the entire couchbase document?
I want to pull the entire doc in JSON form and then parse it. The reason is that I'm going to pull data from one couchbase bucket, apply a function to certain fields and then insert it into another couchbase bucket.
The big issue is that some of the documents have multiple nodes so for this reason I'll have to do a query like SELECT * . Is there some type of trick to getting just the raw json doc, the whole thing?