Can I execute a MongoDB Aggregate query?
Can I populate a parameter based on such a query?
Thanks,
Can I execute a MongoDB Aggregate query?
Can I populate a parameter based on such a query?
Thanks,
Hello @b4,
Currently, we do not support MongoDB Aggregate queries. The only query we currently support is the db.collection.find() query for filtering. I have attached this question to the PR that I filed and will update this post upon any changes. As a workaround, you can aggregate the data on the client side in the FME Workspace.