In Apex, an app can have multiple pipelines i.e. multiple input operators. Do you want to read the same set of data from same db table and duplicate it on 2 different output ports? If yes, then you would need to extend the input operator and add another output port in extended class. Can you share errors?
--prad On Tue, Jul 12, 2016 at 9:19 AM, Jaikit Jilka <[email protected]> wrote: > Hello, > > In my application I am using JdbcPojooutput operator and JdbcPojoInput > operator. I was thinking whether we can have multiple output for > JdbcPojoInput operator as currently I am using 2 JdbcPojoInput operator. I > tried to do so but I got error. So I want to know can we do that? > > Thank You, > > Jaikit Jilka
