Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
krrohit1256
Contributor
Contributor

Delete multiple documents using tmongoDBoutput component

Hi , 

I want to delete all Documents from a mongo collection which meets a certain criteria.

Something like -

delete from emp where status = 'not_active';

In emp table if status='not_active', then those records will be deleted.

 

When i am using tmongoDBoutput component, with action type as delete, it is deleting only one record , NOT all the records.

i dont want to count the no of rows and run a loop. 

 

Any suggestions ?

Thanks,

Rohit

Labels (2)
1 Reply
krrohit1256
Contributor
Contributor
Author

can some one help me with this ?