I am using PI 7.3 . We have a file to file scenario (no transformation) where we get 3 types of files with different filenames (Customer.txt , Supplier.txt, Debits.txt) .
Both the sender and receiver system is the same .
Sender : We pick all 3 types of files from one folder in the source.
Receiver : We need to drop the files in their respective folders in the target based on the filename.
Is there any way of doing this without mapping ? I know the dynamic configuration approach, but wanted to know if there was some way without implementing a mapping?