Re: Union limit

2017-08-31 Thread boci
r nice solution, but the only way that comes to my mind. > > Cheers, Fabian > > 2017-08-28 23:29 GMT+02:00 boci <boci.b...@gmail.com>: > >> Hi guys! >> >> I have one input (from mongo) and I split the incoming data to multiple >> datasets (each create

Union limit

2017-08-28 Thread boci
Hi guys! I have one input (from mongo) and I split the incoming data to multiple datasets (each created dynamically from configuration) and before I write back the result I want to merge it to one dataset (there is some common transformation). so the flow: DataSet from Mongod => Create Mappers