RE Framework template configuration

Hi Team,

The requirement is - I have login into 4 web application and download the load the file. each downloaded file can have 300 rows. Now each file , each row i have insert/update in db based on validation. THis i have to do it in RE framework. What will be transitem ? how process should be designed in re framework.

Why do you have to do it in RE Framework?

It sounds like what you need is a dispatcher/performer model. One automation that downloads the files and puts the rows into a queue, and a second automation that picks up items from the queue and processes them.

And based on the complexity of each, RE Framework is probably overkill, making it more complicated for no reason.