Page 1 of 1

Create tags from parsed file name

PostPosted: Wed Jan 13, 2016 1:57 am
by BeTheDance
Is this possible? I can't figure it out, if so:

main-next-another-2.jpg

I would like to have the following tags created:

main
next
another

and then some hard-coded ones, like "product."

I'm a little bewildered by the match pattern and how it works, but more importantly, I've no idea if you can use dynamic tags to somehow get the parsed sections of the file name referenced into a tag?

Re: Create tags from parsed file name

PostPosted: Wed Jan 13, 2016 11:56 am
by Mr_Noodle
Search the help for "match patterns". That will show you how to grab each piece of text into custom attributes. Once you have those custom attributes, you can use them in a dynamic tag. If you get stuck, post specific details as to where in the process you are.