Hi,
I am using mongoDBInput to get the data from mongoDB collections. I need to count total records in the mongo collection through pentaho. I m using {"_id":{$ne: null}}.count() in query expression of mongoDBInput step. But it is not displaying the count.
Could anyone help me to obtain the count from mongoDB?
Thanks in Advance.
I am using mongoDBInput to get the data from mongoDB collections. I need to count total records in the mongo collection through pentaho. I m using {"_id":{$ne: null}}.count() in query expression of mongoDBInput step. But it is not displaying the count.
Could anyone help me to obtain the count from mongoDB?
Thanks in Advance.