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.
Solved! Go to Solution.
Views
Replies
Total Likes
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:
Views
Replies
Total Likes
Go to image set editing and reorder it.
http://docs.adobe.com/docs/en/aem/6-0/author/assets/dynamic-media/image-sets.html
Views
Replies
Total Likes
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:
Views
Replies
Total Likes
Our S7 experts told me for this question - follow up with them on support: s7support@adobe.com
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies