Fellow Experts!
I have been scratching my head around this one.
I've created a custom batch preset with the following naming convention regex:
([a-zA-Z0-9]+_[a-zA-Z0-9]+)_(?!SW)(?!sw)([a-zA-Z0-9]+)
I have the following naming conventions:
TEST5LEIG45SUE_BLA_1.JPG
TEST5LEIG45SUE_BLA_7.JPG
TEST5LEIG45SUE_Bla_9.JPG
TEST5LEIG45SUE_BLA_SW.JPG
These images are uploaded via the SPS dashboard, with the batch option selected to run.
Notice the Bla and BLA... unfortunately due to different sources naming these, there are times where some will be named and uploaded with camel case and uppercase. While I know the simple answer is just enforce all of them to be upper case, but the regex in question should account for case-insensitive.
What I can't figure out is that the above creates two sets of image sets once its applied.
TEST5LEIG45SUE_BLA_is
TEST5LEIG45SUE_Bla_is
I can't figure out how to go about this... any tips or guidance or is this a limitation of S7's batch process?
Rick