Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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 ?