I use match patterns to rename my file, but I run into one problem there. I understood that it works a bit like a limited version of regex.
I use this pattern
- Code: Select all
ExtraKonto,_,123,_,• Kotoauszug,_,▫ Full Date
It matches the correct files and I can use "Full date" then in the renaming pattern, but I cannot use "123" to place it in the renamed file's name. It is not provided in the list of elements I can choose from. Is there a way to overcome this?
Cheers
Ickenham