You have files name with malformated numbers for exemple a list of jpeg SCAN :
Just add a regular expression with a group (delimited by parentheses) who capture digits ('\d' for digit and '+' for one or more)
The variable containing the resulting group is '1' and you can format it as an integer '<1|i02>'.