Hello,
this is my first time using BRU.
I'm trying to split the file name into two parts, the first should be the folder where the second part are as file.
For example:
the file name is 012345678.1
and now I'm trying to split this file into a folder (first 5 digits - 01234) and file (rest digits - 5678.1) like this
01234/5678.1
I see the different way to add the folder to the file name is possible, but this is not what I'm looking for.
Appriciate your support.