I have set of files which arrive in the below fashion
mmyy_dgmaker.csv mmyy_xlsx
I have attached the photo of the files

In my SSIS task I have taken for each loop container
- In expression I have given file directory as varfiledirectory
- variable as varfilename
Inside for each loop
I have taken file system task editor
Source variable is : var source
Destination is var _ destination
for var destination I have used below expression

Now the problem is it is replacing for all the file in the folder with 15 characters from right which should not be the case need help so that it should take only those files specifically has more length and the rest should be imported as it is.
Thanks.