wso2 / streaming-integrator

A stream processing runtime that allows connecting any streaming data source to any destination and act on it
Apache License 2.0
113 stars 50 forks source link

Add improvement to overwrite or create a new file if file already exist in file move operation #184

Closed dilini-muthumala closed 3 years ago

dilini-muthumala commented 3 years ago

Description: Currently when file move is used if a same file name exist it will throw an error saying file already exist. This needs to be improved to allow to create a new file with a new name or replace it.