Dumping data based on DocumentID

With cbtransfer deparcated in latest releases, please let know if we have any tools which can dump data based on a pattern of documentID.

The cbexport seems to be dumping data faster than cbtransfer but we don’t have the option to dump data based on documentID. This makes it difficult when the data is huge.

Hello @KK,
cbdatarecovery should be used instead of cbexport. It can filter documents both on the keys and values.
https://docs.couchbase.com/server/current/tools/cbdatarecovery.html

–filter-keys
Only transfer data where the key matches a particular regular expression.

–filter-values
Only transfer data where the value matches a particular regular expression.

Thank you,
Ian McCloy (Principal Product Manager, Couchbase)

Hi Ian,
Tha ks for the response z just went through the documentation passed but I was not able to find the option to dump data in a CSV format using the cbdatarecovery . Kindly let know if the same is possible.

Thanks again.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.