Expand my Community achievements bar.

SOLVED

Scene7 - Batch Sequencing Order

Avatar

Level 1

Hi,

 

I am trying to make a Batch Set Preset for an Image Set and I need the Image Set images to be ordered in a specific way. For this I have been trying to set up a Sequencing Order but it seems that I cannot get it to work.

My images have the following names:

XXDJ200984_739_alternate1.jpg
XXDJ200984_739_alternate2.jpg
XXDJ200984_739_main.jpg

 

The order I want them to be placed on the ImageSet is:

XXDJ200984_739_main.jpg
XXDJ200984_739_alternate1.jpg
XXDJ200984_739_alternate2.jpg
 

Can you please tell me how I should set the "Sequencing Order" up so I get this result?

 

Thanks for the help.

1 Accepted Solution

Avatar

Correct answer by
Employee

By default they are ordered alphanumerically, so you need to write some regex to sequence them.

The regex is then then separated by commas.

So something like .*_main,.*_alternate[0-9]

This tool is handy to test out your regex:

http://regexpal.com/

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

By default they are ordered alphanumerically, so you need to write some regex to sequence them.

The regex is then then separated by commas.

So something like .*_main,.*_alternate[0-9]

This tool is handy to test out your regex:

http://regexpal.com/

Avatar

Level 10

Our S7 experts told me for this question - follow up with them on support: s7support@adobe.com