Hi, creating a solution that extracts records for a given search field. Rejected records will be used again for the next search field. With the prototype, I am using a parallel reader, transformer & writer. But trying to come up with a solution to cycle back to the parallel reader. Thinking of system execute and run graph. Any suggestions?
Thanks.