Hello,
I like to know, if it's possible to change a date match from one digit to two digits for the renaming of files?
Example: I have files with the dates in the content like 28.2.2016. I can match the content with date token. For the month I use a one digit token. Now I like to use the matched month and the year to rename the file to: "2016-02_bla-bla-bla.pdf". In the moment, the renamed file is "2016-2_bla-bla-bla.pdf", that means the month in the file name comes from the one digit ("2") match, but I like to change this token to "02" (If I use the two digit date token for the month, then the match - as expected - doesn't work).