set "Process these Folders" to "No Folders"
set the "Subfolder Levels" to 0
this should do the trick

let me fix that one:loicaigon wrote:Hi,
As bens said, many solutions. Might this one be "lighter" :Code: Select all
var theRegex = /.+-.+-(.+)/;
Code: Select all
var theRegex = /^[^-]+-[^-]+-(.+$)/;