I'm using a Delete Files node with an SSH Connection to delete a group of several hundred files.
Currently the files seem to be deleted one by one.
Is it possible for this to work with wildcards?
David
I'm using a Delete Files node with an SSH Connection to delete a group of several hundred files.
Currently the files seem to be deleted one by one.
Is it possible for this to work with wildcards?
David
Hi David,
the Delete Files node deletes all files that get passed to its input port. If you only want to delete specific files, you can either filter within the List Files/List Remote Files node or add a Row Filter. Both can use Wildcards or Regular Expressions to filter records.
Cheers,
Marten