Overview
The benefits of using this plug-in versus MongoDB’s REST API include:
NOTE: the detailed documentation PDF can be found by clicking the Download button
Key Features & Functionality
Provides the following Integration Operations:
READ Integration Operations:
WRITE Integration Operations:
Provides a set of Expression Functions for easily generating MongoDB Query Expression JSON without creating rules or concatenating strings.
hi all,while using this plugin to find matching records for given date condition am getting an error.please find my code below and kindly help me resolve this issue:
a!toJson({
{'$match': {
'ruleUuid': { '$in': {ri!ruleUuid} }, 'dQExecutionDate': { '$gt' : ISODate (ri!fromDate) }
}}})
Expression evaluation error : The function 'isodate' is unavailable.
Without ISODate object who can we apply filter on date field? Is there any other approach?
Note the plugin version which we are using is 1.3.1