
**I am reading csv file from the file inbound end point. it's deleting immediately when mule is app and kicking . if any error occur in the middle of the operation it should not delete from the folder. how to resolve it.
that folder can contain multiple large csv's**
4 answers
@charantejarr, This is the nature of File connector to delete the file after processing it. It is recommended to configure your connector in such a way so that you can move the file to other directory after processing it. Please check the snapshot below:
By doing this, your file will not be deleted, rather than will be moved to a new directory.