Page 1 of 1

Assemble jobs into sub-folders

Posted: Thu Jun 05, 2025 8:49 pm
by netaware
Hello,
I have to create a flow that will compare 2 text files with BC4. They have slightly different names. I want to assemble the job with one file in a BEFORE directory and one file in an AFTER directory. Then I can run a script to compare them.
I do not want to rename the files because I want the log file, that is created, to have the real filenames in it.
How can I assemble a job with sub-directories?

Example:
XXXYYY
Before
XXXYYY1.txt
After
XXXYYY2.txt

Re: Assemble jobs into sub-folders

Posted: Fri Jun 06, 2025 2:21 pm
by freddyp
Assemble the files into a folder separately and then assemble the two folders.

Re: Assemble jobs into sub-folders

Posted: Wed Jun 11, 2025 7:35 pm
by netaware
Thank you for your help !