Page 1 of 1

Assemble jobs using beginning and end of file names

Posted: Wed Sep 10, 2025 2:21 pm
by netaware
Hello,
I want to assemble jobs, using single-line text with variables defined.

The filenames are very long, about 40 characters. I would like to use a beginning segment and an end segment to match two files.

Can this be done? I was thinking something like this:

[Job.NameProper:Segment="1,23"] and [Job.NameProper:Segment="35,40"]

Not sure how or if it is possible.

Thanks

Re: Assemble jobs using beginning and end of file names

Posted: Thu Sep 11, 2025 10:12 am
by tdeschampsBluewest
Hi,
You nearly nailed it :)
You must use assemble job with "custom" scheme, and in identifier put this string : [Job.Name:Segment="1-23"]_[Job.Name:Segment="35-40"]