Assemble jobs using beginning and end of file names

Post Reply
netaware
Member
Posts: 35
Joined: Tue Jul 30, 2024 7:11 pm

Assemble jobs using beginning and end of file names

Post 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
User avatar
tdeschamps
Member
Posts: 158
Joined: Tue Jun 01, 2021 11:57 am
Location: Lille - France
Contact:

Re: Assemble jobs using beginning and end of file names

Post by tdeschamps »

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"]
Post Reply