Re: [Dev] Handling multiple files

2017-08-09 Thread Malaka Silva
Hi Amit, What you observed is correct. In ESB/EI massage context it only keeps the current context. If you want to keep multiple content store those in properties and use later using enrich mediator. [1] https://docs.wso2.com/display/EI611/Enrich+Mediator [2]

Re: [Dev] Handling multiple files

2017-08-04 Thread Malaka Silva
On Fri, Aug 4, 2017 at 7:47 PM, Amit Rajvanshi wrote: > Thanks Malaka, > So do u mean we need to trigger the process by injecting a message through > schedule task and then use file connector to read three files on sftp and > then perform the merge operation? > ​Yes​ >

Re: [Dev] Handling multiple files

2017-08-04 Thread Malaka Silva
Hi Amit, Do you know the file names that needs to be merged? You can try to implement the use case with file connector [1] and EI schedule tasks [2]. [1] https://store.wso2.com/store/assets/esbconnector/details/48bab332-c6a6-4f5a-9b79-17e29c7ad4c6 [2]