Page 1 of 1

Merging files in particular order

Posted: Mon Jan 30, 2017 11:09 am
by msm16c
Hello,

Is there a way to choose the order in which files in a fileset are merged? For example, I have a file from Friday, Saturday, and Sunday. On Monday I need to merge all three so that Sunday comes first, followed by Saturday, the Friday at the bottom. Right now I am getting the opposite.

Current merge output:

FRIDAY
SATURDAY
SUNDAY

What I need it to be:

SUNDAY
SATURDAY
FRIDAY

Re: Merging files in particular order

Posted: Wed Feb 01, 2017 11:47 am
by msm16c
I was able to accomplish this using information from another post.

order-of-files-in-filelist-454