Question

Aggregate query for MongoDB Reader

  • 25 May 2017
  • 1 reply
  • 3 views

Badge

Can I execute a MongoDB Aggregate query?

 

Can I populate a parameter based on such a query?

Thanks,


1 reply

Badge +6

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.

Reply