I need to export all the documents from the database except documents from specific collection.
Let's say, I have a collections called test1 (100 docs), test2 (200 docs) and test3 (100 docs)
As per my requirement, I want to export all the documents from test1 and test2 collection and not from test3 collections.
Is it possible to do this using MLCP ?