by Admin » Wed Dec 11, 2024 7:39 am
You can also use text and position in the Name Segment.
For example, you can set Name Segment -> From to '-': this will look for a '-' character in the file name and apply the name segment from there.
If you specify Name Segment->From: - and Name Segment->To: -, this will segment the file name from the first '-' to the second '-'.
You can also specify a position for the text, for example Name Segment->From: -,2 (comma separated) means from the second - in the file name.
Using Name Segment->From: ( and Name Segment->To: ) will segment the file name from the first open parenthesis to the first closed.
Using Name Segment->From: _ and Name Segment->To: _,3 will segment the file name from the first underscore to the third.
Using just Name Segment->To: _,2 will segment the file name from the beginning of the file name to the second underscore.