I have a directory that contains two different files. Hierarchy1_mm-dd-yyyy.txt and Hierarchy2_mm-dd-yyyy.txt
Here is my goal:
1. Pick up both files with one sender channel.
2. Drop the files in a new directory as Hierarchy1 and Hierarchy2
Currently I have a sender channel that picks up a .txt file from source directory and a receiver channel that drops the file in a new directory. I do this all through the Integration Directory side. Problem is i have two different files and am only creating one file in my target directory. I need to pick up two files from the source and drop two files in the target. I realize i can do this buy creating two sender channels and two receiver channels but that requires me to create two of everything else as well. I would like to do this with one sender and receiver channel.