Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have same question, can someone please help.
Can someone please help me on passing date parameters to MongoDB through tMongoDBInput Component to retrieve values for a date range.
While passing the hardcoded value, its returning results. But while passing the same dates through context variable its not working.
with context variable:
"{EchoTimeStamp : { $gte :{\"$date\":\"+context.StartDate+\"}, $lte :{\"$date\":\"+context.EndDate+\"}} }"
with hardcoded value:
"{EchoTimeStamp : { $gte :{\"$date\":\"2014-12-08T00:00:00Z\"}, $lte :{\"$date\":\"2014-12-12T00:00:00Z\"}} }"