Hi there,
I am trying to rename multiple files in same folder, adding current date and removing special characters from filename.
but even if I have checked "Overwrite if existing" it still adding date every time when job run.
New File name Mask (this is what I am using) : {PATH(GetFileNameWithoutExtension|{LOOP(CurrentValueX)})}_{DATEFORMAT(yyyy_MM_dd)}{PATH(GetExtension|{TASK(Active|SourceFolder)}\{LOOP(CurrentValueX)})}
{REGEX(Replace|{NEWNAME()}|[- ()_ ,]+|_)} - this is what I am using in Post process mask.
I want to add date only once no matter how many time job run, can you please help me with this ?
Thank You,
Ujma