Situation: I was wondering if there is a way to do this. Actually I have a source file on FTP and I would like to archive that file at a file target and also process that file. Till now what I did was create 2 process flows. One I used to pick up file from FTP and place to archive. Second, Pick up from archive and then process and move to file target. Is there a way to do all this in the same PF? How do I have it save in archive(some File target) and continue to process it further? Below is the current PF where I am not archiving it yet.
Solution:
You can use a Repeater Service to send the file to the archive target and also continue in the transformation flow. For more information, please refer to "USING REPEATER NODE" within the developer guide.
0 Comments