Forum Discussion
igormicev
6 years agoContributor
@sg_sripathi, what you’re describing is actually the “Move” file operation. The File Operation snap has only three operations: Move, Copy, and Rename.
However, you can make a little transformation for the “Delete”:
_operation == "Delete" ? "Move" : _operation
where operation is a pipeline parameter.
sg_sripathi
6 years agoNew Contributor III
Thanks @igormicev. However due to large volume of file at the source I really need to delete the files once processed, moving is not an option.