I have a folder (e.g. C:\test) with files names like this:
abc.sav
abc.bnd
def.sav
def.bnd
I want to compare abc.sav files to abc.bnd and def.sav to def.bnd.
I setup a folder comparison with the C:\test on both the left and right side.
I set a custom alignment rule
Regex
Left = (.*)\.sav
Right = $1.bnd
However it is not aligning the .sav to the .bnd.
Please advise.
Thanks
abc.sav
abc.bnd
def.sav
def.bnd
I want to compare abc.sav files to abc.bnd and def.sav to def.bnd.
I setup a folder comparison with the C:\test on both the left and right side.
I set a custom alignment rule
Regex
Left = (.*)\.sav
Right = $1.bnd
However it is not aligning the .sav to the .bnd.
Please advise.
Thanks
Comment