Java Implementation for cbtransfer utility

Is there any java implementation documented for cb transfer utility.

I am able to successfully get complete data from couchbase bucket into csv files manually by running cbtransfer on console, but I need to have a automated process where we can trigger from java code.

If there is any documentation or any suggestions or sample code, can anyone help on that please.

Is your goal to export documents as a CSV file?

cbtransfer is a command-line tool written in Python. I’m unaware of any CSV conversion functions in the Java SDK, @daschl, can you comment on that?