Delete file after read

I want to delete a file once all its lines have been read. I'm using file input + split filter so I can't just delete at the end of my filters.

This question has the same answer as this one:

1 Like