Hi team,
Is the source code of cbexport
public?
In particular, cbexport json
subcomand
I would like to implement a feature to filter documents based on custom rules out of the cbexport json
output.
I understand that it is possible to implement as post-processing step to do that, but it is a bit wasteful in terms of resource as I need to do that often
It would be better to pass a function to cbexport json
and get the desired output directly.
Thanks